Home
last modified time | relevance | path

Searched refs:temp_table (Results 26 – 50 of 451) sorted by relevance

12345678910>>...19

/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/mysql-test/suite/rpl/r/
H A Drpl_rotate_logs.result20 create temporary table temp_table (a char(80) not null);
21 insert into temp_table values ("testing temporary tables");
39 create table t3 select * from temp_table;
41 include/assert.inc [Data in t3 should be equal to temp_table]
42 drop table temp_table, t3;
77 create temporary table temp_table (a char(80) not null);
78 insert into temp_table values ("testing temporary tables part 2");
81 create table t4 select * from temp_table;
83 include/assert.inc [Data in t4 should be equal to temp_table]
89 drop temporary table temp_table;
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/mysql-test/suite/rpl/r/
H A Drpl_rotate_logs.result20 create temporary table temp_table (a char(80) not null);
21 insert into temp_table values ("testing temporary tables");
39 create table t3 select * from temp_table;
41 include/assert.inc [Data in t3 should be equal to temp_table]
42 drop table temp_table, t3;
77 create temporary table temp_table (a char(80) not null);
78 insert into temp_table values ("testing temporary tables part 2");
81 create table t4 select * from temp_table;
83 include/assert.inc [Data in t4 should be equal to temp_table]
89 drop temporary table temp_table;
/dports/databases/percona56-client/percona-server-5.6.51-91.0/mysql-test/suite/rpl/r/
H A Drpl_rotate_logs.result20 create temporary table temp_table (a char(80) not null);
21 insert into temp_table values ("testing temporary tables");
39 create table t3 select * from temp_table;
41 include/assert.inc [Data in t3 should be equal to temp_table]
42 drop table temp_table, t3;
77 create temporary table temp_table (a char(80) not null);
78 insert into temp_table values ("testing temporary tables part 2");
81 create table t4 select * from temp_table;
83 include/assert.inc [Data in t4 should be equal to temp_table]
89 drop temporary table temp_table;
/dports/databases/pg_citus/citus-10.2.3/src/test/regress/expected/
H A Dmulti_sql_function.out78 CREATE TABLE temp_table (
83 SELECT create_distributed_table('temp_table','key','hash');
90 INSERT INTO temp_table (key) VALUES (0);
130 INSERT INTO temp_table (key, value) VALUES (0, $1);
170 SELECT * FROM temp_table ORDER BY key, value;
189 UPDATE temp_table SET value = $2 WHERE key = 0 AND value = $1;
229 SELECT * FROM temp_table ORDER BY key, value;
248 DELETE FROM temp_table WHERE key = 0 AND value = $1;
288 SELECT * FROM temp_table ORDER BY key, value;
365 DROP TABLE temp_table, test_parameterized_sql, table_with_unique_constraint;
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/rpl_nogtid/r/
H A Drpl_rotate_logs.result22 create temporary table temp_table (a char(80) not null);
23 insert into temp_table values ("testing temporary tables");
41 create table t3 select * from temp_table;
43 include/assert.inc [Data in t3 should be equal to temp_table]
44 drop table temp_table, t3;
82 create temporary table temp_table (a char(80) not null);
83 insert into temp_table values ("testing temporary tables part 2");
86 create table t4 select * from temp_table;
88 include/assert.inc [Data in t4 should be equal to temp_table]
94 drop temporary table temp_table;
/dports/databases/mysql56-client/mysql-5.6.51/mysql-test/suite/rpl/r/
H A Drpl_rotate_logs.result20 create temporary table temp_table (a char(80) not null);
21 insert into temp_table values ("testing temporary tables");
39 create table t3 select * from temp_table;
41 include/assert.inc [Data in t3 should be equal to temp_table]
42 drop table temp_table, t3;
77 create temporary table temp_table (a char(80) not null);
78 insert into temp_table values ("testing temporary tables part 2");
81 create table t4 select * from temp_table;
83 include/assert.inc [Data in t4 should be equal to temp_table]
89 drop temporary table temp_table;
/dports/games/sjeng/Sjeng-Free-11.2/
H A Dsegtb.c589 temp_table = malloc(THREE_PIECE_SIZE); in gen_all_tables()
591 if(!temp_table) return; in gen_all_tables()
605 gen_3piece(w_man, b1_man, b2_man, temp_table); in gen_all_tables()
606 save_3piece(w_man, b1_man, b2_man, temp_table); in gen_all_tables()
624 gen_3piece(w_man, b1_man, b2_man, temp_table); in gen_all_tables()
625 save_3piece(w_man, b1_man, b2_man, temp_table); in gen_all_tables()
642 gen_3piece(w_man, b1_man, b2_man, temp_table); in gen_all_tables()
690 gen_3piece(w_man, b1_man, b2_man, temp_table); in gen_all_tables()
691 save_3piece(w_man, b1_man, b2_man, temp_table); in gen_all_tables()
695 free(temp_table); in gen_all_tables()
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/mysql-test/suite/rpl/r/
H A Drpl_rotate_logs.result20 create temporary table temp_table (a char(80) not null);
21 insert into temp_table values ("testing temporary tables");
43 create table t3 select * from temp_table;
45 include/assert.inc [Data in t3 should be equal to temp_table]
46 drop table temp_table, t3;
85 create temporary table temp_table (a char(80) not null);
86 insert into temp_table values ("testing temporary tables part 2");
89 create table t4 select * from temp_table;
91 include/assert.inc [Data in t4 should be equal to temp_table]
97 drop temporary table temp_table;
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/mysql-test/suite/rpl/r/
H A Drpl_rotate_logs.result20 create temporary table temp_table (a char(80) not null);
21 insert into temp_table values ("testing temporary tables");
43 create table t3 select * from temp_table;
45 include/assert.inc [Data in t3 should be equal to temp_table]
46 drop table temp_table, t3;
85 create temporary table temp_table (a char(80) not null);
86 insert into temp_table values ("testing temporary tables part 2");
89 create table t4 select * from temp_table;
91 include/assert.inc [Data in t4 should be equal to temp_table]
97 drop temporary table temp_table;
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysql-test/suite/rpl/r/
H A Drpl_rotate_logs.result20 create temporary table temp_table (a char(80) not null);
21 insert into temp_table values ("testing temporary tables");
43 create table t3 select * from temp_table;
45 include/assert.inc [Data in t3 should be equal to temp_table]
46 drop table temp_table, t3;
85 create temporary table temp_table (a char(80) not null);
86 insert into temp_table values ("testing temporary tables part 2");
89 create table t4 select * from temp_table;
91 include/assert.inc [Data in t4 should be equal to temp_table]
97 drop temporary table temp_table;
/dports/databases/percona57-server/percona-server-5.7.36-39/mysql-test/suite/rpl/r/
H A Drpl_rotate_logs.result20 create temporary table temp_table (a char(80) not null);
21 insert into temp_table values ("testing temporary tables");
43 create table t3 select * from temp_table;
45 include/assert.inc [Data in t3 should be equal to temp_table]
46 drop table temp_table, t3;
85 create temporary table temp_table (a char(80) not null);
86 insert into temp_table values ("testing temporary tables part 2");
89 create table t4 select * from temp_table;
91 include/assert.inc [Data in t4 should be equal to temp_table]
97 drop temporary table temp_table;
/dports/databases/percona57-client/percona-server-5.7.36-39/mysql-test/suite/rpl/r/
H A Drpl_rotate_logs.result20 create temporary table temp_table (a char(80) not null);
21 insert into temp_table values ("testing temporary tables");
43 create table t3 select * from temp_table;
45 include/assert.inc [Data in t3 should be equal to temp_table]
46 drop table temp_table, t3;
85 create temporary table temp_table (a char(80) not null);
86 insert into temp_table values ("testing temporary tables part 2");
89 create table t4 select * from temp_table;
91 include/assert.inc [Data in t4 should be equal to temp_table]
97 drop temporary table temp_table;
/dports/databases/mysql57-client/mysql-5.7.36/mysql-test/suite/rpl/r/
H A Drpl_rotate_logs.result20 create temporary table temp_table (a char(80) not null);
21 insert into temp_table values ("testing temporary tables");
43 create table t3 select * from temp_table;
45 include/assert.inc [Data in t3 should be equal to temp_table]
46 drop table temp_table, t3;
85 create temporary table temp_table (a char(80) not null);
86 insert into temp_table values ("testing temporary tables part 2");
89 create table t4 select * from temp_table;
91 include/assert.inc [Data in t4 should be equal to temp_table]
97 drop temporary table temp_table;
/dports/net-mgmt/librenms/librenms-21.5.1/includes/discovery/sensors/temperature/
H A Dgeist-watchdog.inc.php38 $temp_table = snmpwalk_cache_oid($device, 'tempSensorTable', [], 'GEIST-MIB-V3'); variable
40 foreach ($temp_table as $index => $temp_data) {
49 unset($temp_table);
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/mysql-test/suite/galera/r/
H A Dgalera_create_table_like.result5 CREATE TEMPORARY TABLE temp_table (f1 INTEGER) ENGINE=InnoDB;
9 CREATE TABLE real_table2 LIKE schema1.temp_table;
12 CREATE TEMPORARY TABLE temp_table2 LIKE schema1.temp_table;
20 SELECT COUNT(*) = 0 FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_NAME = 'temp_table' AND TABLE_SCHEMA…
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/mysql-test/suite/galera/r/
H A Dgalera_create_table_like.result5 CREATE TEMPORARY TABLE temp_table (f1 INTEGER) ENGINE=InnoDB;
9 CREATE TABLE real_table2 LIKE schema1.temp_table;
12 CREATE TEMPORARY TABLE temp_table2 LIKE schema1.temp_table;
20 SELECT COUNT(*) = 0 FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_NAME = 'temp_table' AND TABLE_SCHEMA…
/dports/databases/mysql55-client/mysql-5.5.62/mysql-test/suite/rpl/t/
H A Drpl_rotate_logs.test61 create temporary table temp_table (a char(80) not null);
62 insert into temp_table values ("testing temporary tables");
86 create table t3 select * from temp_table;
91 --let $assert_text= Data in t3 should be equal to temp_table
96 drop table temp_table, t3;
179 create temporary table temp_table (a char(80) not null);
180 insert into temp_table values ("testing temporary tables part 2");
197 create table t4 select * from temp_table;
203 --let $assert_text= Data in t4 should be equal to temp_table
221 drop temporary table temp_table;
/dports/databases/mariadb104-server/mariadb-10.4.24/mysql-test/suite/rpl/t/
H A Drpl_rotate_logs.test61 create temporary table temp_table (a char(80) not null);
62 insert into temp_table values ("testing temporary tables");
76 create table t3 select * from temp_table;
82 drop table temp_table, t3;
147 create temporary table temp_table (a char(80) not null);
148 insert into temp_table values ("testing temporary tables part 2");
164 create table t4 select * from temp_table;
180 drop temporary table temp_table;
/dports/databases/mariadb105-client/mariadb-10.5.15/mysql-test/suite/rpl/t/
H A Drpl_rotate_logs.test61 create temporary table temp_table (a char(80) not null);
62 insert into temp_table values ("testing temporary tables");
76 create table t3 select * from temp_table;
82 drop table temp_table, t3;
147 create temporary table temp_table (a char(80) not null);
148 insert into temp_table values ("testing temporary tables part 2");
164 create table t4 select * from temp_table;
180 drop temporary table temp_table;
/dports/databases/mariadb104-client/mariadb-10.4.24/mysql-test/suite/rpl/t/
H A Drpl_rotate_logs.test61 create temporary table temp_table (a char(80) not null);
62 insert into temp_table values ("testing temporary tables");
76 create table t3 select * from temp_table;
82 drop table temp_table, t3;
147 create temporary table temp_table (a char(80) not null);
148 insert into temp_table values ("testing temporary tables part 2");
164 create table t4 select * from temp_table;
180 drop temporary table temp_table;
/dports/databases/mariadb103-server/mariadb-10.3.34/mysql-test/suite/rpl/t/
H A Drpl_rotate_logs.test61 create temporary table temp_table (a char(80) not null);
62 insert into temp_table values ("testing temporary tables");
76 create table t3 select * from temp_table;
82 drop table temp_table, t3;
147 create temporary table temp_table (a char(80) not null);
148 insert into temp_table values ("testing temporary tables part 2");
164 create table t4 select * from temp_table;
180 drop temporary table temp_table;
/dports/databases/mariadb103-client/mariadb-10.3.34/mysql-test/suite/rpl/t/
H A Drpl_rotate_logs.test61 create temporary table temp_table (a char(80) not null);
62 insert into temp_table values ("testing temporary tables");
76 create table t3 select * from temp_table;
82 drop table temp_table, t3;
147 create temporary table temp_table (a char(80) not null);
148 insert into temp_table values ("testing temporary tables part 2");
164 create table t4 select * from temp_table;
180 drop temporary table temp_table;
/dports/databases/mariadb105-server/mariadb-10.5.15/mysql-test/suite/rpl/t/
H A Drpl_rotate_logs.test61 create temporary table temp_table (a char(80) not null);
62 insert into temp_table values ("testing temporary tables");
76 create table t3 select * from temp_table;
82 drop table temp_table, t3;
147 create temporary table temp_table (a char(80) not null);
148 insert into temp_table values ("testing temporary tables part 2");
164 create table t4 select * from temp_table;
180 drop temporary table temp_table;
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/mysql-test/suite/galera/t/
H A Dgalera_create_table_like.test14 CREATE TEMPORARY TABLE temp_table (f1 INTEGER) ENGINE=InnoDB;
19 CREATE TABLE real_table2 LIKE schema1.temp_table;
23 CREATE TEMPORARY TABLE temp_table2 LIKE schema1.temp_table;
31 SELECT COUNT(*) = 0 FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_NAME = 'temp_table' AND TABLE_SCHEMA…
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/mysql-test/suite/galera/t/
H A Dgalera_create_table_like.test14 CREATE TEMPORARY TABLE temp_table (f1 INTEGER) ENGINE=InnoDB;
19 CREATE TABLE real_table2 LIKE schema1.temp_table;
23 CREATE TEMPORARY TABLE temp_table2 LIKE schema1.temp_table;
31 SELECT COUNT(*) = 0 FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_NAME = 'temp_table' AND TABLE_SCHEMA…

12345678910>>...19