Home
last modified time | relevance | path

Searched refs:tables_list (Results 1 – 25 of 121) sorted by relevance

12345

/dports/www/mybb/mybb-mybb_1829/inc/tasks/
H A Dchecktables.php30 $tables_list = "";
37 $tables_list .= "{$comma}{$table} ";
41 if($tables_list)
43 $query = $db->query("CHECK TABLE {$tables_list}CHANGED;");
/dports/databases/qof/qof-0.8.8/lib/libsql/
H A Dparser.y47 %type <list> fields_list tables_list field_name dotted_name opt_orderby opt_groupby opt_fields_list…
69 select_statement: L_SELECT opt_distinct fields_list L_FROM tables_list opt_where opt_orderby opt_gr…
134 tables_list: table {$$ = g_list_append (NULL, $1);}
135 | tables_list L_COMMA table {$$ = g_list_append ($1, $3);}
136 | tables_list join_type table {$$ = g_list_append ($1, sql_table_set_join ($3, $2, NULL));}
137 …| tables_list join_type table L_ON where_list {$$ = g_list_append ($1, sql_table_set_join ($3, $…
/dports/databases/p5-Rose-DB/Rose-DB-0.783/lib/Rose/DB/
H A DPg.pm107 my($self, $class, $lock, $tables_list) = @_;
126 @tables = map { $self->table_sql_from_lock_on_value($class, $_, $tables_list) } @$on;
132 if($tables_list)
136 foreach my $table (@$tables_list)
H A DMariaDB.pm243 my($self, $class, $lock, $tables_list) = @_;
H A DMySQL.pm243 my($self, $class, $lock, $tables_list) = @_;
/dports/www/phpbb3/phpBB3/install/convert/
H A Dconvertor.php319 $missing_tables = $tables_list = $aliases = array();
346 $tables_list[$table] = $table;
369 $tables_list[$table] = $table;
384 unset($tables_list[$alias]);
389 foreach ($tables_list as $table => $null)
405 if (count($missing_tables) == count($tables_list))
/dports/chinese/phpbb3-tw/phpBB3/install/
H A Dinstall_convert.php866 $missing_tables = $tables_list = $aliases = array();
893 $tables_list[$table] = $table;
916 $tables_list[$table] = $table;
931 unset($tables_list[$alias]);
936 foreach ($tables_list as $table => $null)
952 if (sizeof($missing_tables) == sizeof($tables_list))
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dsql_resolver.cc110 tables_list= tables_init; in prepare()
135 tables_list, &select_lex->leaf_tables, in prepare()
169 if (setup_wild(thd, tables_list, fields_list, &all_fields, wild_num)) in prepare()
181 if (setup_without_group(thd, ref_ptrs, tables_list, in prepare()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dsql_resolver.cc110 tables_list= tables_init; in prepare()
135 tables_list, &select_lex->leaf_tables, in prepare()
169 if (setup_wild(thd, tables_list, fields_list, &all_fields, wild_num)) in prepare()
181 if (setup_without_group(thd, ref_ptrs, tables_list, in prepare()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dsql_resolver.cc110 tables_list= tables_init; in prepare()
134 tables_list, &select_lex->leaf_tables, in prepare()
168 if (setup_wild(thd, tables_list, fields_list, &all_fields, wild_num)) in prepare()
180 if (setup_without_group(thd, ref_ptrs, tables_list, in prepare()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dsql_resolver.cc110 tables_list= tables_init; in prepare()
135 tables_list, &select_lex->leaf_tables, in prepare()
169 if (setup_wild(thd, tables_list, fields_list, &all_fields, wild_num)) in prepare()
181 if (setup_without_group(thd, ref_ptrs, tables_list, in prepare()
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dsql_resolver.cc110 tables_list= tables_init; in prepare()
134 tables_list, &select_lex->leaf_tables, in prepare()
168 if (setup_wild(thd, tables_list, fields_list, &all_fields, wild_num)) in prepare()
180 if (setup_without_group(thd, ref_ptrs, tables_list, in prepare()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dsql_optimizer.h139 tables_list((TABLE_LIST*)1), in JOIN()
488 TABLE_LIST *tables_list; variable
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dsql_optimizer.h139 tables_list((TABLE_LIST*)1), in JOIN()
488 TABLE_LIST *tables_list; variable
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dsql_optimizer.h139 tables_list((TABLE_LIST*)1), in JOIN()
488 TABLE_LIST *tables_list; variable
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dsql_optimizer.h139 tables_list((TABLE_LIST*)1), in JOIN()
488 TABLE_LIST *tables_list; variable
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dsql_optimizer.h139 tables_list((TABLE_LIST*)1), in JOIN()
488 TABLE_LIST *tables_list; variable
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dsql_optimizer.h139 tables_list((TABLE_LIST*)1), in JOIN()
488 TABLE_LIST *tables_list; variable
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/mysql/
H A Dha_mcs_pushdown.cpp88 List<TABLE> *tables_list= (List<TABLE>*)arg; in find_tables() local
89 tables_list->push_back(ifp->field->table); in find_tables()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/mysql/
H A Dha_mcs_pushdown.cpp88 List<TABLE> *tables_list= (List<TABLE>*)arg; in find_tables() local
89 tables_list->push_back(ifp->field->table); in find_tables()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/lucetc/src/
H A Ddecls.rs267 let tables_list = Name::new_data(TABLE_SYM.to_string(), tables_list_id); in declare_tables() localVariable
269 Ok((tables_list, table_names)) in declare_tables()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/federatedx/
H A Dfederatedx_pushdown.cc53 for (TABLE_LIST *tbl= sl->join->tables_list; tbl; tbl= tbl->next_local) in create_federatedx_derived_handler()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/federatedx/
H A Dfederatedx_pushdown.cc53 for (TABLE_LIST *tbl= sl->join->tables_list; tbl; tbl= tbl->next_local) in create_federatedx_derived_handler()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/federatedx/
H A Dfederatedx_pushdown.cc53 for (TABLE_LIST *tbl= sl->join->tables_list; tbl; tbl= tbl->next_local) in create_federatedx_derived_handler()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/federatedx/
H A Dfederatedx_pushdown.cc53 for (TABLE_LIST *tbl= sl->join->tables_list; tbl; tbl= tbl->next_local) in create_federatedx_derived_handler()

12345