Home
last modified time | relevance | path

Searched +refs:int +refs:add (Results 126 – 150 of 124622) sorted by relevance

12345678910>>...4985

/dports/databases/mariadb105-server/mariadb-10.5.15/storage/tokudb/mysql-test/tokudb_alter_table/r/
H A Dhcad_indexing_mix.result13 alter table foo add column aaa int first;
15 alter table foo add column aaa int first;
31 alter table foo add column aaa int, add index (bb);
33 alter table foo add column aaa int, drop index b, add index b(b);
35 alter table foo add column aaa int, drop index b, add index b(d);
39 alter table foo add column aaa int, drop index b, add index b(b);
57 alter table foo add column aaa int, add index (bb);
59 alter table foo add column aaa int, drop index c, add index c(c);
61 alter table foo add column aaa int, drop index c, add index c(d);
65 alter table foo add column aaa int, drop index c, add index c(c);
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/mysql-test/suite/tokudb.bugs/r/
H A Dfileops.result3 create table t1 (a int, b int, c int, key(a), key(b));
60 alter table t1 add index (c), add index (a,b);
63 alter table t1 add index (c), add index (a,b);
73 alter table t1 add index (c), add index (a,b);
83 alter table t1 add index (c), add index (a,b);
92 alter table t1 add index (c), add index (a,b), drop index b;
95 alter table t1 add index (c), add index (a,b), drop index b;
99 alter table t1 add index (c), add index foo (a,b), drop index b;
109 alter table t1 add index (c), add index foo (a,b), drop index b;
144 alter table t1 add index (c), drop index b;
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/mysql-test/suite/tokudb.bugs/r/
H A Dfileops.result3 create table t1 (a int, b int, c int, key(a), key(b));
60 alter table t1 add index (c), add index (a,b);
63 alter table t1 add index (c), add index (a,b);
73 alter table t1 add index (c), add index (a,b);
83 alter table t1 add index (c), add index (a,b);
92 alter table t1 add index (c), add index (a,b), drop index b;
95 alter table t1 add index (c), add index (a,b), drop index b;
99 alter table t1 add index (c), add index foo (a,b), drop index b;
109 alter table t1 add index (c), add index foo (a,b), drop index b;
144 alter table t1 add index (c), drop index b;
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysql-test/suite/tokudb.bugs/r/
H A Dfileops.result3 create table t1 (a int, b int, c int, key(a), key(b));
60 alter table t1 add index (c), add index (a,b);
63 alter table t1 add index (c), add index (a,b);
73 alter table t1 add index (c), add index (a,b);
83 alter table t1 add index (c), add index (a,b);
92 alter table t1 add index (c), add index (a,b), drop index b;
95 alter table t1 add index (c), add index (a,b), drop index b;
99 alter table t1 add index (c), add index foo (a,b), drop index b;
109 alter table t1 add index (c), add index foo (a,b), drop index b;
144 alter table t1 add index (c), drop index b;
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/mysql-test/suite/tokudb.bugs/r/
H A Dfileops.result3 create table t1 (a int, b int, c int, key(a), key(b));
60 alter table t1 add index (c), add index (a,b);
63 alter table t1 add index (c), add index (a,b);
73 alter table t1 add index (c), add index (a,b);
83 alter table t1 add index (c), add index (a,b);
92 alter table t1 add index (c), add index (a,b), drop index b;
95 alter table t1 add index (c), add index (a,b), drop index b;
99 alter table t1 add index (c), add index foo (a,b), drop index b;
109 alter table t1 add index (c), add index foo (a,b), drop index b;
144 alter table t1 add index (c), drop index b;
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/mysql-test/suite/tokudb.bugs/r/
H A Dfileops.result3 create table t1 (a int, b int, c int, key(a), key(b));
60 alter table t1 add index (c), add index (a,b);
63 alter table t1 add index (c), add index (a,b);
73 alter table t1 add index (c), add index (a,b);
83 alter table t1 add index (c), add index (a,b);
92 alter table t1 add index (c), add index (a,b), drop index b;
95 alter table t1 add index (c), add index (a,b), drop index b;
99 alter table t1 add index (c), add index foo (a,b), drop index b;
109 alter table t1 add index (c), add index foo (a,b), drop index b;
144 alter table t1 add index (c), drop index b;
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/mysql-test/suite/tokudb.bugs/r/
H A Dfileops.result3 create table t1 (a int, b int, c int, key(a), key(b));
60 alter table t1 add index (c), add index (a,b);
63 alter table t1 add index (c), add index (a,b);
73 alter table t1 add index (c), add index (a,b);
83 alter table t1 add index (c), add index (a,b);
92 alter table t1 add index (c), add index (a,b), drop index b;
95 alter table t1 add index (c), add index (a,b), drop index b;
99 alter table t1 add index (c), add index foo (a,b), drop index b;
109 alter table t1 add index (c), add index foo (a,b), drop index b;
144 alter table t1 add index (c), drop index b;
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/tokudb/mysql-test/tokudb_bugs/r/
H A Dfileops.result3 create table t1 (a int, b int, c int, key(a), key(b));
60 alter table t1 add index (c), add index (a,b);
63 alter table t1 add index (c), add index (a,b);
73 alter table t1 add index (c), add index (a,b);
83 alter table t1 add index (c), add index (a,b);
92 alter table t1 add index (c), add index (a,b), drop index b;
95 alter table t1 add index (c), add index (a,b), drop index b;
99 alter table t1 add index (c), add index foo (a,b), drop index b;
109 alter table t1 add index (c), add index foo (a,b), drop index b;
144 alter table t1 add index (c), drop index b;
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/tokudb/mysql-test/tokudb_bugs/r/
H A Dfileops.result3 create table t1 (a int, b int, c int, key(a), key(b));
60 alter table t1 add index (c), add index (a,b);
63 alter table t1 add index (c), add index (a,b);
73 alter table t1 add index (c), add index (a,b);
83 alter table t1 add index (c), add index (a,b);
92 alter table t1 add index (c), add index (a,b), drop index b;
95 alter table t1 add index (c), add index (a,b), drop index b;
99 alter table t1 add index (c), add index foo (a,b), drop index b;
109 alter table t1 add index (c), add index foo (a,b), drop index b;
144 alter table t1 add index (c), drop index b;
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/tokudb/mysql-test/tokudb_bugs/r/
H A Dfileops.result3 create table t1 (a int, b int, c int, key(a), key(b));
60 alter table t1 add index (c), add index (a,b);
63 alter table t1 add index (c), add index (a,b);
73 alter table t1 add index (c), add index (a,b);
83 alter table t1 add index (c), add index (a,b);
92 alter table t1 add index (c), add index (a,b), drop index b;
95 alter table t1 add index (c), add index (a,b), drop index b;
99 alter table t1 add index (c), add index foo (a,b), drop index b;
109 alter table t1 add index (c), add index foo (a,b), drop index b;
144 alter table t1 add index (c), drop index b;
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/tokudb/mysql-test/tokudb_bugs/r/
H A Dfileops.result3 create table t1 (a int, b int, c int, key(a), key(b));
60 alter table t1 add index (c), add index (a,b);
63 alter table t1 add index (c), add index (a,b);
73 alter table t1 add index (c), add index (a,b);
83 alter table t1 add index (c), add index (a,b);
92 alter table t1 add index (c), add index (a,b), drop index b;
95 alter table t1 add index (c), add index (a,b), drop index b;
99 alter table t1 add index (c), add index foo (a,b), drop index b;
109 alter table t1 add index (c), add index foo (a,b), drop index b;
144 alter table t1 add index (c), drop index b;
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/tokudb/mysql-test/tokudb_bugs/r/
H A Dfileops.result3 create table t1 (a int, b int, c int, key(a), key(b));
60 alter table t1 add index (c), add index (a,b);
63 alter table t1 add index (c), add index (a,b);
73 alter table t1 add index (c), add index (a,b);
83 alter table t1 add index (c), add index (a,b);
92 alter table t1 add index (c), add index (a,b), drop index b;
95 alter table t1 add index (c), add index (a,b), drop index b;
99 alter table t1 add index (c), add index foo (a,b), drop index b;
109 alter table t1 add index (c), add index foo (a,b), drop index b;
144 alter table t1 add index (c), drop index b;
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/tokudb/mysql-test/tokudb_bugs/r/
H A Dfileops.result3 create table t1 (a int, b int, c int, key(a), key(b));
60 alter table t1 add index (c), add index (a,b);
63 alter table t1 add index (c), add index (a,b);
73 alter table t1 add index (c), add index (a,b);
83 alter table t1 add index (c), add index (a,b);
92 alter table t1 add index (c), add index (a,b), drop index b;
95 alter table t1 add index (c), add index (a,b), drop index b;
99 alter table t1 add index (c), add index foo (a,b), drop index b;
109 alter table t1 add index (c), add index foo (a,b), drop index b;
144 alter table t1 add index (c), drop index b;
[all …]
/dports/math/py-sympy/sympy-1.9/sympy/multipledispatch/tests/
H A Dtest_dispatcher.py22 f.add((int,), inc)
44 @f.register(int)
114 f.add((int, int), two)
142 f.add((int, int), two)
161 f.add((int, int), one)
187 f.add((int, object), func)
188 f.add((object, int), func)
196 assert set(f.ordering) == {(int, object), (object, int)}
226 @f.register(int, int)
235 assert f.dispatch(int, int) is add
[all …]
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/glslang/Test/baseResults/
H A Dhlsl.boolConv.vert.out17 0:6 add second child into first child ( temp int)
19 0:6 add ( temp int)
24 0:7 add second child into first child ( temp int)
31 0:8 add second child into first child ( temp int)
38 0:9 add second child into first child ( temp int)
45 0:10 add second child into first child ( temp int)
52 0:12 add second child into first child ( temp int)
59 0:13 add second child into first child ( temp int)
66 0:14 add second child into first child ( temp int)
73 0:16 add second child into first child ( temp int)
[all …]
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/glslang/Test/baseResults/
H A Dhlsl.boolConv.vert.out17 0:6 add second child into first child ( temp int)
19 0:6 add ( temp int)
24 0:7 add second child into first child ( temp int)
31 0:8 add second child into first child ( temp int)
38 0:9 add second child into first child ( temp int)
45 0:10 add second child into first child ( temp int)
52 0:12 add second child into first child ( temp int)
59 0:13 add second child into first child ( temp int)
66 0:14 add second child into first child ( temp int)
73 0:16 add second child into first child ( temp int)
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/Test/baseResults/
H A Dhlsl.boolConv.vert.out17 0:6 add second child into first child ( temp int)
19 0:6 add ( temp int)
24 0:7 add second child into first child ( temp int)
31 0:8 add second child into first child ( temp int)
38 0:9 add second child into first child ( temp int)
45 0:10 add second child into first child ( temp int)
52 0:12 add second child into first child ( temp int)
59 0:13 add second child into first child ( temp int)
66 0:14 add second child into first child ( temp int)
73 0:16 add second child into first child ( temp int)
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/Test/baseResults/
H A Dhlsl.boolConv.vert.out17 0:6 add second child into first child ( temp int)
19 0:6 add ( temp int)
24 0:7 add second child into first child ( temp int)
31 0:8 add second child into first child ( temp int)
38 0:9 add second child into first child ( temp int)
45 0:10 add second child into first child ( temp int)
52 0:12 add second child into first child ( temp int)
59 0:13 add second child into first child ( temp int)
66 0:14 add second child into first child ( temp int)
73 0:16 add second child into first child ( temp int)
[all …]
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/glslang/Test/baseResults/
H A Dhlsl.boolConv.vert.out17 0:6 add second child into first child ( temp int)
19 0:6 add ( temp int)
24 0:7 add second child into first child ( temp int)
31 0:8 add second child into first child ( temp int)
38 0:9 add second child into first child ( temp int)
45 0:10 add second child into first child ( temp int)
52 0:12 add second child into first child ( temp int)
59 0:13 add second child into first child ( temp int)
66 0:14 add second child into first child ( temp int)
73 0:16 add second child into first child ( temp int)
[all …]
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/glslang/Test/baseResults/
H A Dhlsl.boolConv.vert.out17 0:6 add second child into first child ( temp int)
19 0:6 add ( temp int)
24 0:7 add second child into first child ( temp int)
31 0:8 add second child into first child ( temp int)
38 0:9 add second child into first child ( temp int)
45 0:10 add second child into first child ( temp int)
52 0:12 add second child into first child ( temp int)
59 0:13 add second child into first child ( temp int)
66 0:14 add second child into first child ( temp int)
73 0:16 add second child into first child ( temp int)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/glslang/src/Test/baseResults/
H A Dhlsl.boolConv.vert.out17 0:6 add second child into first child ( temp int)
19 0:6 add ( temp int)
24 0:7 add second child into first child ( temp int)
31 0:8 add second child into first child ( temp int)
38 0:9 add second child into first child ( temp int)
45 0:10 add second child into first child ( temp int)
52 0:12 add second child into first child ( temp int)
59 0:13 add second child into first child ( temp int)
66 0:14 add second child into first child ( temp int)
73 0:16 add second child into first child ( temp int)
[all …]
/dports/graphics/glslang/glslang-11.7.1/Test/baseResults/
H A Dhlsl.boolConv.vert.out17 0:6 add second child into first child ( temp int)
19 0:6 add ( temp int)
24 0:7 add second child into first child ( temp int)
31 0:8 add second child into first child ( temp int)
38 0:9 add second child into first child ( temp int)
45 0:10 add second child into first child ( temp int)
52 0:12 add second child into first child ( temp int)
59 0:13 add second child into first child ( temp int)
66 0:14 add second child into first child ( temp int)
73 0:16 add second child into first child ( temp int)
[all …]
/dports/games/retroarch/RetroArch-1.9.7/deps/glslang/glslang/Test/baseResults/
H A Dhlsl.boolConv.vert.out17 0:6 add second child into first child ( temp int)
19 0:6 add ( temp int)
24 0:7 add second child into first child ( temp int)
31 0:8 add second child into first child ( temp int)
38 0:9 add second child into first child ( temp int)
45 0:10 add second child into first child ( temp int)
52 0:12 add second child into first child ( temp int)
59 0:13 add second child into first child ( temp int)
66 0:14 add second child into first child ( temp int)
73 0:16 add second child into first child ( temp int)
[all …]
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/glslang/Test/baseResults/
H A Dhlsl.boolConv.vert.out17 0:6 add second child into first child ( temp int)
19 0:6 add ( temp int)
24 0:7 add second child into first child ( temp int)
31 0:8 add second child into first child ( temp int)
38 0:9 add second child into first child ( temp int)
45 0:10 add second child into first child ( temp int)
52 0:12 add second child into first child ( temp int)
59 0:13 add second child into first child ( temp int)
66 0:14 add second child into first child ( temp int)
73 0:16 add second child into first child ( temp int)
[all …]
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/ncnn/glslang/Test/baseResults/
H A Dhlsl.boolConv.vert.out17 0:6 add second child into first child ( temp int)
19 0:6 add ( temp int)
24 0:7 add second child into first child ( temp int)
31 0:8 add second child into first child ( temp int)
38 0:9 add second child into first child ( temp int)
45 0:10 add second child into first child ( temp int)
52 0:12 add second child into first child ( temp int)
59 0:13 add second child into first child ( temp int)
66 0:14 add second child into first child ( temp int)
73 0:16 add second child into first child ( temp int)
[all …]

12345678910>>...4985