Home
last modified time | relevance | path

Searched refs:unique_table (Results 1 – 25 of 248) sorted by relevance

12345678910

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/feed/core/proto/wire/
H A Dfeed_action_query_data.proto34 repeated string unique_table = 4; field
42 // unique_table.
54 // An index into the unique_table field in FeedActionQueryData.
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/feed/core/proto/wire/
H A Dfeed_action_query_data.proto34 repeated string unique_table = 4; field
42 // unique_table.
54 // An index into the unique_table field in FeedActionQueryData.
/dports/databases/pg_citus/citus-10.2.3/src/test/regress/expected/
H A Dmulti_generate_ddl_commands.out120 CREATE TABLE unique_table (
124 SELECT master_get_table_ddl_events('unique_table');
127 CREATE TABLE public.unique_table (user_id bigint NOT NULL, username text NOT NULL)
128 ALTER TABLE public.unique_table OWNER TO postgres
129 ALTER TABLE public.unique_table ADD CONSTRAINT unique_table_username_key UNIQUE (username)
230 unique_table, clustered_table, fiddly_table;
/dports/databases/pg_citus/citus-10.2.3/src/test/regress/sql/
H A Dmulti_generate_ddl_commands.sql83 CREATE TABLE unique_table ( table
154 unique_table, clustered_table, fiddly_table;
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/meta/src/
H A Dlib.rs20 mod unique_table; module
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen-meta/src/
H A Dlib.rs20 mod unique_table; module
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cranelift-codegen-meta-0.44.0/src/
H A Dlib.rs19 mod unique_table; module
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen-meta/src/
H A Dlib.rs20 mod unique_table; module
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen-meta/src/
H A Dlib.rs20 mod unique_table; module
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen-meta/src/
H A Dlib.rs20 mod unique_table; module
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen-meta/src/
H A Dlib.rs20 mod unique_table; module
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dsql_delete.cc460 if ((duplicate= unique_table(thd, table_list, table_list->next_global, 0))) in mysql_prepare_delete()
554 if ((duplicate= unique_table(thd, target_tbl->correspondent_table, in mysql_multi_delete_prepare()
608 unique_table(thd, walk, join->tables_list, false)) in initialize_tables()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dsql_delete.cc558 if ((duplicate= unique_table(thd, table_list, table_list->next_global, 0))) in mysql_prepare_delete()
653 if ((duplicate= unique_table(thd, target_tbl->correspondent_table, in mysql_multi_delete_prepare()
707 unique_table(thd, walk, join->tables_list, false)) in initialize_tables()
/dports/emulators/mess/mame-mame0226/3rdparty/sol2/sol/
H A Dusertype_metatable.hpp511 regs_t unique_table = value_table; in push() local
515 unique_table[lastreg - 1] = { value_table[lastreg - 1].name, detail::unique_destruct<T> }; in push()
531 metaregs = unique_table.data(); in push()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dsql_delete.cc558 if ((duplicate= unique_table(thd, table_list, table_list->next_global, 0))) in mysql_prepare_delete()
653 if ((duplicate= unique_table(thd, target_tbl->correspondent_table, in mysql_multi_delete_prepare()
707 unique_table(thd, walk, join->tables_list, false)) in initialize_tables()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dsql_delete.cc559 if ((duplicate= unique_table(thd, table_list, table_list->next_global, 0))) in mysql_prepare_delete()
654 if ((duplicate= unique_table(thd, target_tbl->correspondent_table, in mysql_multi_delete_prepare()
708 unique_table(thd, walk, join->tables_list, false)) in initialize_tables()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dsql_delete.cc558 if ((duplicate= unique_table(thd, table_list, table_list->next_global, 0))) in mysql_prepare_delete()
653 if ((duplicate= unique_table(thd, target_tbl->correspondent_table, in mysql_multi_delete_prepare()
707 unique_table(thd, walk, join->tables_list, false)) in initialize_tables()
/dports/emulators/mame/mame-mame0226/3rdparty/sol2/sol/
H A Dusertype_metatable.hpp511 regs_t unique_table = value_table; in push() local
515 unique_table[lastreg - 1] = { value_table[lastreg - 1].name, detail::unique_destruct<T> }; in push()
531 metaregs = unique_table.data(); in push()
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dsql_delete.cc555 if ((duplicate= unique_table(thd, table_list, table_list->next_global, 0))) in mysql_prepare_delete()
650 if ((duplicate= unique_table(thd, target_tbl->correspondent_table, in mysql_multi_delete_prepare()
704 unique_table(thd, walk, join->tables_list, false)) in initialize_tables()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dsql_delete.cc707 TABLE_LIST *const duplicate= unique_table(thd, delete_table_ref, in mysql_prepare_delete()
855 TABLE_LIST *duplicate= unique_table(thd, ref, in prepare()
900 unique_table(thd, ref, join->tables_list, false)) in initialize_tables()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dsql_delete.cc707 TABLE_LIST *const duplicate= unique_table(thd, delete_table_ref, in mysql_prepare_delete()
855 TABLE_LIST *duplicate= unique_table(thd, ref, in prepare()
900 unique_table(thd, ref, join->tables_list, false)) in initialize_tables()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dsql_delete.cc711 TABLE_LIST *const duplicate= unique_table(thd, delete_table_ref, in mysql_prepare_delete()
859 TABLE_LIST *duplicate= unique_table(thd, ref, in prepare()
904 unique_table(thd, ref, join->tables_list, false)) in initialize_tables()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dsql_delete.cc710 TABLE_LIST *const duplicate= unique_table(thd, delete_table_ref, in mysql_prepare_delete()
858 TABLE_LIST *duplicate= unique_table(thd, ref, in prepare()
955 (unique_table(thd, ref, join->tables_list, false) || in initialize_tables()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dsql_delete.cc710 TABLE_LIST *const duplicate= unique_table(thd, delete_table_ref, in mysql_prepare_delete()
858 TABLE_LIST *duplicate= unique_table(thd, ref, in prepare()
955 (unique_table(thd, ref, join->tables_list, false) || in initialize_tables()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dsql_delete.cc710 TABLE_LIST *const duplicate= unique_table(thd, delete_table_ref, in mysql_prepare_delete()
858 TABLE_LIST *duplicate= unique_table(thd, ref, in prepare()
955 (unique_table(thd, ref, join->tables_list, false) || in initialize_tables()

12345678910