Home
last modified time | relevance | path

Searched refs:is_temp_table (Results 1 – 25 of 91) sorted by relevance

1234

/dports/databases/libgda5/libgda-5.2.10/providers/mdb/libmdb-src/
H A Dworktable.c69 table->is_temp_table = 1; in mdb_create_temp_table()
H A Dwrite.c412 if (table->is_temp_table) { in mdb_pack_row()
601 if (table->is_temp_table) { in mdb_add_row_to_pg()
646 if (!table->is_temp_table) { in mdb_add_row_to_pg()
/dports/databases/libgda5-ui/libgda-5.2.10/providers/mdb/libmdb-src/
H A Dworktable.c69 table->is_temp_table = 1; in mdb_create_temp_table()
/dports/databases/libgda5-mysql/libgda-5.2.10/providers/mdb/libmdb-src/
H A Dworktable.c69 table->is_temp_table = 1;
/dports/databases/libgda5-ldap/libgda-5.2.10/providers/mdb/libmdb-src/
H A Dworktable.c69 table->is_temp_table = 1; in mdb_create_temp_table()
/dports/databases/libgda5-jdbc/libgda-5.2.10/providers/mdb/libmdb-src/
H A Dworktable.c69 table->is_temp_table = 1; in mdb_create_temp_table()
/dports/databases/libgda5-postgresql/libgda-5.2.10/providers/mdb/libmdb-src/
H A Dworktable.c69 table->is_temp_table = 1; in mdb_create_temp_table()
/dports/databases/libgda5-bdb/libgda-5.2.10/providers/mdb/libmdb-src/
H A Dworktable.c69 table->is_temp_table = 1; in mdb_create_temp_table()
/dports/databases/mdbtools/mdbtools-1.0.0/src/libmdb/
H A Dworktable.c65 table->is_temp_table = 1; in mdb_create_temp_table()
/dports/databases/kexi/kexi-3.2.0/src/migration/mdb/3rdparty/mdbtools/libmdb/
H A Dworktable.c74 table->is_temp_table = 1; in mdb_create_temp_table()
H A Dwrite.c423 if (table->is_temp_table) { in mdb_pack_row()
609 if (table->is_temp_table) { in mdb_add_row_to_pg()
654 if (!table->is_temp_table) { in mdb_add_row_to_pg()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dparse_tree_helpers.cc381 bool resolve_engine(THD *thd, const LEX_CSTRING &name, bool is_temp_table, in resolve_engine() argument
383 plugin_ref plugin = ha_resolve_by_name(thd, &name, is_temp_table); in resolve_engine()
H A Dparse_tree_helpers.h236 bool resolve_engine(THD *thd, const LEX_CSTRING &name, bool is_temp_table,
/dports/databases/pgpool-II-36/pgpool-II-3.6.28/src/utils/
H A Dpool_select_walker.c39 static bool is_temp_table(char *table_name);
429 if (is_temp_table(rgv->relname)) in temp_table_walker()
607 static bool is_temp_table(char *table_name) in is_temp_table() function
/dports/databases/pgpool-II-37/pgpool-II-3.7.22/src/utils/
H A Dpool_select_walker.c39 static bool is_temp_table(char *table_name);
429 if (is_temp_table(rgv->relname)) in temp_table_walker()
607 static bool is_temp_table(char *table_name) in is_temp_table() function
/dports/databases/pgpool-II-41/pgpool-II-4.1.10/src/utils/
H A Dpool_select_walker.c39 static bool is_temp_table(char *table_name);
458 if (is_temp_table(rgv->relname)) in temp_table_walker()
618 is_temp_table(char *table_name) in is_temp_table() function
/dports/databases/pgpool-II-40/pgpool-II-4.0.17/src/utils/
H A Dpool_select_walker.c39 static bool is_temp_table(char *table_name);
458 if (is_temp_table(rgv->relname)) in temp_table_walker()
641 is_temp_table(char *table_name) in is_temp_table() function
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/innobase/trx/
H A Dtrx0rec.cc1912 bool is_temp_table = dict_table_is_temporary(index->table); in trx_undo_report_row_operation() local
1918 if (!is_temp_table) { in trx_undo_report_row_operation()
1925 if (trx->read_only || is_temp_table) { in trx_undo_report_row_operation()
1927 ut_ad(!srv_read_only_mode || is_temp_table); in trx_undo_report_row_operation()
1930 ut_a(is_temp_table); in trx_undo_report_row_operation()
1947 undo_ptr = is_temp_table ? &trx->rsegs.m_noredo : &trx->rsegs.m_redo; in trx_undo_report_row_operation()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/innobase/trx/
H A Dtrx0rec.cc1896 bool is_temp_table = dict_table_is_temporary(index->table); in trx_undo_report_row_operation() local
1902 if (!is_temp_table) { in trx_undo_report_row_operation()
1909 if (trx->read_only || is_temp_table) { in trx_undo_report_row_operation()
1911 ut_ad(!srv_read_only_mode || is_temp_table); in trx_undo_report_row_operation()
1914 ut_a(is_temp_table); in trx_undo_report_row_operation()
1931 undo_ptr = is_temp_table ? &trx->rsegs.m_noredo : &trx->rsegs.m_redo; in trx_undo_report_row_operation()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/innobase/trx/
H A Dtrx0rec.cc1912 bool is_temp_table = dict_table_is_temporary(index->table); in trx_undo_report_row_operation() local
1918 if (!is_temp_table) { in trx_undo_report_row_operation()
1925 if (trx->read_only || is_temp_table) { in trx_undo_report_row_operation()
1927 ut_ad(!srv_read_only_mode || is_temp_table); in trx_undo_report_row_operation()
1930 ut_a(is_temp_table); in trx_undo_report_row_operation()
1947 undo_ptr = is_temp_table ? &trx->rsegs.m_noredo : &trx->rsegs.m_redo; in trx_undo_report_row_operation()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/innobase/trx/
H A Dtrx0rec.cc1912 bool is_temp_table = dict_table_is_temporary(index->table); in trx_undo_report_row_operation() local
1918 if (!is_temp_table) { in trx_undo_report_row_operation()
1925 if (trx->read_only || is_temp_table) { in trx_undo_report_row_operation()
1927 ut_ad(!srv_read_only_mode || is_temp_table); in trx_undo_report_row_operation()
1930 ut_a(is_temp_table); in trx_undo_report_row_operation()
1947 undo_ptr = is_temp_table ? &trx->rsegs.m_noredo : &trx->rsegs.m_redo; in trx_undo_report_row_operation()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/innobase/trx/
H A Dtrx0rec.cc1896 bool is_temp_table = dict_table_is_temporary(index->table); in trx_undo_report_row_operation() local
1902 if (!is_temp_table) { in trx_undo_report_row_operation()
1909 if (trx->read_only || is_temp_table) { in trx_undo_report_row_operation()
1911 ut_ad(!srv_read_only_mode || is_temp_table); in trx_undo_report_row_operation()
1914 ut_a(is_temp_table); in trx_undo_report_row_operation()
1931 undo_ptr = is_temp_table ? &trx->rsegs.m_noredo : &trx->rsegs.m_redo; in trx_undo_report_row_operation()
/dports/databases/mysql57-client/mysql-5.7.36/storage/innobase/trx/
H A Dtrx0rec.cc1896 bool is_temp_table = dict_table_is_temporary(index->table); in trx_undo_report_row_operation() local
1902 if (!is_temp_table) { in trx_undo_report_row_operation()
1909 if (trx->read_only || is_temp_table) { in trx_undo_report_row_operation()
1911 ut_ad(!srv_read_only_mode || is_temp_table); in trx_undo_report_row_operation()
1914 ut_a(is_temp_table); in trx_undo_report_row_operation()
1931 undo_ptr = is_temp_table ? &trx->rsegs.m_noredo : &trx->rsegs.m_redo; in trx_undo_report_row_operation()
/dports/databases/pgpool-II-43/pgpool-II-4.3.0/src/utils/
H A Dpool_select_walker.c49 static bool is_temp_table(char *table_name);
478 if (is_temp_table(rgv->relname)) in temp_table_walker()
638 is_temp_table(char *table_name) in is_temp_table() function
/dports/databases/pgpool-II-42/pgpool-II-4.2.3/src/utils/
H A Dpool_select_walker.c49 static bool is_temp_table(char *table_name);
476 if (is_temp_table(rgv->relname)) in temp_table_walker()
636 is_temp_table(char *table_name) in is_temp_table() function

1234