Home
last modified time | relevance | path

Searched refs:reorganize (Results 1 – 25 of 2125) sorted by relevance

12345678910>>...85

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/ndb_ddl/
H A Dalter_partition_reorganize.result7 reorganize partition;
10 reorganize partition;
13 reorganize partition;
21 reorganize partition;
28 reorganize partition;
35 reorganize partition;
42 reorganize partition;
50 reorganize partition;
58 reorganize partition;
H A Dalter_partition_reorganize.test14 reorganize partition;
17 reorganize partition;
20 reorganize partition;
29 reorganize partition;
37 reorganize partition;
54 reorganize partition;
68 reorganize partition;
84 reorganize partition;
101 reorganize partition;
H A Dalter_max_rows.result58 reorganize partition;
69 reorganize partition;
87 reorganize partition;
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/ndb/t/
H A Dndb_read_local.test108 alter table t1 algorithm=inplace, reorganize partition;
109 alter table t2 algorithm=inplace, reorganize partition;
114 alter table t1 algorithm=inplace, reorganize partition;
115 alter table t2 algorithm=inplace, reorganize partition;
149 alter table t1 algorithm=inplace, reorganize partition;
150 alter table t2 algorithm=inplace, reorganize partition;
155 alter table t1 algorithm=inplace, reorganize partition;
156 alter table t2 algorithm=inplace, reorganize partition;
H A Dndb_fragment_count_addnode.test91 alter table t1 algorithm=inplace, reorganize partition;
95 alter table t2 algorithm=inplace, reorganize partition;
99 alter table t3 algorithm=inplace, reorganize partition;
103 alter table t4 algorithm=inplace, reorganize partition;
107 alter table t5 algorithm=inplace, reorganize partition;
111 alter table t6 algorithm=inplace, reorganize partition;
115 alter table t7 algorithm=inplace, reorganize partition;
119 alter table t8 algorithm=inplace, reorganize partition;
H A Dndb_fragmentation.test142 alter table t03 algorithm=inplace, reorganize partition;
146 alter table t04 algorithm=inplace, reorganize partition;
150 alter table t05 algorithm=inplace, reorganize partition;
154 alter table t06 algorithm=inplace, reorganize partition;
161 alter table t07 algorithm=inplace, reorganize partition;
168 alter table t10 algorithm=inplace, reorganize partition;
175 alter table t11 algorithm=inplace, reorganize partition;
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/windows/
H A Dwin_acl_inheritance.ps117 $reorganize = Get-AnsibleParam -obj $params "reorganize" -type "bool" -default $false -resultobj $r… variable
32 If ($reorganize) { variable
59 $objACL.SetAccessRuleProtection($True, $reorganize)
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/ansible/windows/plugins/modules/
H A Dwin_acl_inheritance.ps117 $reorganize = Get-AnsibleParam -obj $params "reorganize" -type "bool" -default $false -resultobj $r… variable
32 If ($reorganize) { variable
59 $objACL.SetAccessRuleProtection($True, $reorganize)
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/ansible/windows/tests/integration/targets/win_acl_inheritance/tasks/
H A Dmain.yml63 reorganize: True
85 reorganize: True
106 reorganize: True
118 reorganize: True
140 reorganize: True
161 reorganize: True
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/win_acl_inheritance/tasks/
H A Dmain.yml63 reorganize: True
85 reorganize: True
106 reorganize: True
118 reorganize: True
140 reorganize: True
161 reorganize: True
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/ndb/r/
H A Dndb_fragment_count_addnode.result322 alter table t1 algorithm=inplace, reorganize partition;
374 alter table t2 algorithm=inplace, reorganize partition;
426 alter table t3 algorithm=inplace, reorganize partition;
454 alter table t4 algorithm=inplace, reorganize partition;
470 alter table t5 algorithm=inplace, reorganize partition;
480 alter table t6 algorithm=inplace, reorganize partition;
532 alter table t7 algorithm=inplace, reorganize partition;
608 alter table t8 algorithm=inplace, reorganize partition;
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/breakpoints/
H A DBreakpointsContentProvider.java79 reorganize(); in inputChanged()
114 reorganize(); in setOrganizers()
168 protected void reorganize() { in reorganize() method in BreakpointsContentProvider
216 reorganize(); in propertyChange()
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/wrappers/pyAgrum/pyLibs/causal/
H A D_causalImpact.py146 return ar, adj.reorganize([v for v in nY + nDo + nK if v in adj.var_names]), explain
159 return ar, adj.reorganize([v for v in nY + nDo + nK if v in adj.var_names]), explain
169 return ar, adj.reorganize([v for v in nY + nDo + nK if v in adj.var_names]), explain
191 adj = adj.reorganize(lv) # margSumIn(lv).reorganize(lv)
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/wrappers/pyAgrum/testunits/tests/
H A DPotentialTestSuite.py500 str(p * q), str((q * p).reorganize(['c', 'a', 'd', 'b'])))
503 q.reorganize(['a'])
509 q.reorganize(['d'])
527 str(p * q), str((q * p).reorganize(['à', 'û', 'é', 'è'])))
529 str(p * q), str((q * p).reorganize(['à', 'é', 'û', 'è'])))
532 q.reorganize(['é'])
538 q.reorganize(['û'])
572 self.assertEqual(pot.reorganize(['b', 'c', 'a']).extract(I), r)
585 self.assertEqual(pot.reorganize(['b', 'c', 'a']).extract({"c": 2}), r)
756 self.assertAlmostEqual(np.max(p.reorganize(['v', 'w']).toarray() -
[all …]
/dports/games/cockatrice/Cockatrice-2021-01-26-Release-2.8.0/cockatrice/src/
H A Dcardzone.cpp121 void CardZone::addCard(CardItem *card, bool reorganize, int x, int y) in addCard() argument
125 view->addCard(new CardItem(player, card->getName(), card->getId()), reorganize, x, y); in addCard()
130 if (reorganize) in addCard()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/mysql-test/suite/ndb/t/
H A Dndb_add_partition.test190 alter online table t1 reorganize partition;
191 alter online table t2 reorganize partition;
192 --echo Cannot use normal reorganize partition on t3 as it has explicit MAX_ROWS set
194 alter online table t3 reorganize partition;
198 alter online table t4 reorganize partition;
247 # reorganize partition not support if not default partitioning
250 alter online table t1 reorganize partition;
254 alter online table t3 reorganize partition;
258 alter online table t4 reorganize partition;
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysql-test/suite/ndb/t/
H A Dndb_add_partition.test190 alter online table t1 reorganize partition;
191 alter online table t2 reorganize partition;
192 --echo Cannot use normal reorganize partition on t3 as it has explicit MAX_ROWS set
194 alter online table t3 reorganize partition;
198 alter online table t4 reorganize partition;
247 # reorganize partition not support if not default partitioning
250 alter online table t1 reorganize partition;
254 alter online table t3 reorganize partition;
258 alter online table t4 reorganize partition;
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/mysql-test/suite/ndb/t/
H A Dndb_add_partition.test190 alter online table t1 reorganize partition;
191 alter online table t2 reorganize partition;
192 --echo Cannot use normal reorganize partition on t3 as it has explicit MAX_ROWS set
194 alter online table t3 reorganize partition;
198 alter online table t4 reorganize partition;
247 # reorganize partition not support if not default partitioning
250 alter online table t1 reorganize partition;
254 alter online table t3 reorganize partition;
258 alter online table t4 reorganize partition;
/dports/databases/mysql57-client/mysql-5.7.36/mysql-test/suite/ndb/t/
H A Dndb_add_partition.test190 alter online table t1 reorganize partition;
191 alter online table t2 reorganize partition;
192 --echo Cannot use normal reorganize partition on t3 as it has explicit MAX_ROWS set
194 alter online table t3 reorganize partition;
198 alter online table t4 reorganize partition;
247 # reorganize partition not support if not default partitioning
250 alter online table t1 reorganize partition;
254 alter online table t3 reorganize partition;
258 alter online table t4 reorganize partition;
/dports/databases/percona57-server/percona-server-5.7.36-39/mysql-test/suite/ndb/t/
H A Dndb_add_partition.test190 alter online table t1 reorganize partition;
191 alter online table t2 reorganize partition;
192 --echo Cannot use normal reorganize partition on t3 as it has explicit MAX_ROWS set
194 alter online table t3 reorganize partition;
198 alter online table t4 reorganize partition;
247 # reorganize partition not support if not default partitioning
250 alter online table t1 reorganize partition;
254 alter online table t3 reorganize partition;
258 alter online table t4 reorganize partition;
/dports/databases/percona57-client/percona-server-5.7.36-39/mysql-test/suite/ndb/t/
H A Dndb_add_partition.test190 alter online table t1 reorganize partition;
191 alter online table t2 reorganize partition;
192 --echo Cannot use normal reorganize partition on t3 as it has explicit MAX_ROWS set
194 alter online table t3 reorganize partition;
198 alter online table t4 reorganize partition;
247 # reorganize partition not support if not default partitioning
250 alter online table t1 reorganize partition;
254 alter online table t3 reorganize partition;
258 alter online table t4 reorganize partition;
/dports/databases/percona56-client/percona-server-5.6.51-91.0/mysql-test/suite/parts/inc/
H A Dpartition_supported_sql_funcs.inc209 reorganize partition p0,p1 into
214 reorganize partition s1 into
228 reorganize partition p0,p1 into
233 reorganize partition s1 into
239 reorganize partition p0,p1 into
244 reorganize partition s1 into
/dports/databases/percona56-server/percona-server-5.6.51-91.0/mysql-test/suite/parts/inc/
H A Dpartition_supported_sql_funcs.inc209 reorganize partition p0,p1 into
214 reorganize partition s1 into
228 reorganize partition p0,p1 into
233 reorganize partition s1 into
239 reorganize partition p0,p1 into
244 reorganize partition s1 into
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/parts/inc/
H A Dpartition_supported_sql_funcs.inc209 reorganize partition p0,p1 into
214 reorganize partition s1 into
228 reorganize partition p0,p1 into
233 reorganize partition s1 into
239 reorganize partition p0,p1 into
244 reorganize partition s1 into
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/mysql-test/suite/parts/inc/
H A Dpartition_supported_sql_funcs.inc209 reorganize partition p0,p1 into
214 reorganize partition s1 into
228 reorganize partition p0,p1 into
233 reorganize partition s1 into
239 reorganize partition p0,p1 into
244 reorganize partition s1 into

12345678910>>...85