Home
last modified time | relevance | path

Searched refs:quoted_db (Results 1 – 17 of 17) sorted by relevance

/dports/databases/spatialite/libspatialite-5.0.1/src/spatialite/
H A Dvirtualspatialindex.c258 char *quoted_db = gaiaDoubleQuotedSql (db_prefix); in vspidx_check_rtree() local
264 quoted_db, table_name, geom_column); in vspidx_check_rtree()
265 free (quoted_db); in vspidx_check_rtree()
340 quoted_db); in vspidx_find_view_rtree()
341 free (quoted_db); in vspidx_find_view_rtree()
387 quoted_db, quoted_db, table_name); in vspidx_find_view_rtree()
388 free (quoted_db); in vspidx_find_view_rtree()
468 quoted_db, table_name); in vspidx_find_rtree()
469 free (quoted_db); in vspidx_find_rtree()
821 quoted_db, idx_nameQ); in vspidx_filter()
[all …]
H A Dvirtualknn.c498 free (quoted_db); in vknn_check_rtree()
570 quoted_db); in vknn_find_view_rtree()
571 free (quoted_db); in vknn_find_view_rtree()
617 quoted_db, quoted_db, table_name); in vknn_find_view_rtree()
618 free (quoted_db); in vknn_find_view_rtree()
689 free (quoted_db); in vknn_find_rtree()
1515 quoted_db, idx_nameQ); in vknn_filter()
1516 free (quoted_db); in vknn_filter()
1541 free (quoted_db); in vknn_filter()
1585 quoted_db, idx_nameQ); in vknn_filter()
[all …]
H A Dvirtualelementary.c125 char *quoted_db = gaiaDoubleQuotedSql (db_prefix); in velem_find_geometry() local
130 quoted_db, table_name); in velem_find_geometry()
131 free (quoted_db); in velem_find_geometry()
147 char *quoted_db = gaiaDoubleQuotedSql (db_prefix); in velem_find_geometry() local
153 quoted_db, table_name, geom_column); in velem_find_geometry()
154 free (quoted_db); in velem_find_geometry()
772 char *quoted_db = gaiaDoubleQuotedSql (db_prefix); in velem_filter() local
776 quoted_db, table_nameQ); in velem_filter()
777 free (quoted_db); in velem_filter()
/dports/databases/p5-DBD-SQLite/DBD-SQLite-1.70/lib/DBD/
H A DSQLite.pm612 my $quoted_db = $dbh->quote_identifier($db->{name});
613 … my $t_sth = $dbh->prepare("PRAGMA $quoted_db.table_info($quoted_tb)") or return;
758 my $quoted_db = $dbh->quote_identifier($db->{name});
759 … my $i_sth = $dbh->prepare("PRAGMA $quoted_db.index_info($quoted_idx)") or return;
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dlog_event.cc1999 char quoted_db[1 + NAME_LEN * 2 + 2]; in print_verbose() local
2039 quoted_db_len= my_strmov_quoted_identifier(this->thd, (char *) quoted_db, in print_verbose()
2045 quoted_db_len= my_strmov_quoted_identifier((char *) quoted_db, in print_verbose()
2050 quoted_db[quoted_db_len]= '\0'; in print_verbose()
2054 quoted_db, quoted_table); in print_verbose()
7483 char quoted_db[1 + NAME_LEN * 2 + 2];// quoted length of the identifier in pack_info() local
7485 size= my_strmov_quoted_identifier(this->thd, quoted_db, db, 0); in pack_info()
7487 memcpy(pos, quoted_db, size); in pack_info()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dlog_event.cc2400 char quoted_db[1 + NAME_LEN * 2 + 2]; in print_verbose() local
2474 quoted_db_len= my_strmov_quoted_identifier(this->thd, (char *) quoted_db, in print_verbose()
2480 quoted_db_len= my_strmov_quoted_identifier((char *) quoted_db, in print_verbose()
2485 quoted_db[quoted_db_len]= '\0'; in print_verbose()
2489 quoted_db, quoted_table); in print_verbose()
9292 char quoted_db[1 + NAME_LEN * 2 + 2];// quoted length of the identifier in pack_info() local
9294 size= my_strmov_quoted_identifier(this->thd, quoted_db, db, 0); in pack_info()
9296 memcpy(pos, quoted_db, size); in pack_info()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dlog_event.cc2400 char quoted_db[1 + NAME_LEN * 2 + 2]; in print_verbose() local
2474 quoted_db_len= my_strmov_quoted_identifier(this->thd, (char *) quoted_db, in print_verbose()
2480 quoted_db_len= my_strmov_quoted_identifier((char *) quoted_db, in print_verbose()
2485 quoted_db[quoted_db_len]= '\0'; in print_verbose()
2489 quoted_db, quoted_table); in print_verbose()
9292 char quoted_db[1 + NAME_LEN * 2 + 2];// quoted length of the identifier in pack_info() local
9294 size= my_strmov_quoted_identifier(this->thd, quoted_db, db, 0); in pack_info()
9296 memcpy(pos, quoted_db, size); in pack_info()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dlog_event.cc2503 char quoted_db[1 + NAME_LEN * 2 + 2]; in print_verbose() local
2578 quoted_db_len= my_strmov_quoted_identifier(this->thd, (char *) quoted_db, in print_verbose()
2584 quoted_db_len= my_strmov_quoted_identifier((char *) quoted_db, in print_verbose()
2589 quoted_db[quoted_db_len]= '\0'; in print_verbose()
2593 quoted_db, quoted_table); in print_verbose()
9045 char quoted_db[1 + NAME_LEN * 2 + 2];// quoted length of the identifier in pack_info() local
9047 size= my_strmov_quoted_identifier(this->thd, quoted_db, db, 0); in pack_info()
9049 memcpy(pos, quoted_db, size); in pack_info()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dlog_event.cc2500 char quoted_db[1 + NAME_LEN * 2 + 2]; in print_verbose() local
2575 quoted_db_len= my_strmov_quoted_identifier(this->thd, (char *) quoted_db, in print_verbose()
2581 quoted_db_len= my_strmov_quoted_identifier((char *) quoted_db, in print_verbose()
2586 quoted_db[quoted_db_len]= '\0'; in print_verbose()
2590 quoted_db, quoted_table); in print_verbose()
9015 char quoted_db[1 + NAME_LEN * 2 + 2];// quoted length of the identifier in pack_info() local
9017 size= my_strmov_quoted_identifier(this->thd, quoted_db, db, 0); in pack_info()
9019 memcpy(pos, quoted_db, size); in pack_info()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dlog_event.cc2500 char quoted_db[1 + NAME_LEN * 2 + 2]; in print_verbose() local
2575 quoted_db_len= my_strmov_quoted_identifier(this->thd, (char *) quoted_db, in print_verbose()
2581 quoted_db_len= my_strmov_quoted_identifier((char *) quoted_db, in print_verbose()
2586 quoted_db[quoted_db_len]= '\0'; in print_verbose()
2590 quoted_db, quoted_table); in print_verbose()
9017 char quoted_db[1 + NAME_LEN * 2 + 2];// quoted length of the identifier in pack_info() local
9019 size= my_strmov_quoted_identifier(this->thd, quoted_db, db, 0); in pack_info()
9021 memcpy(pos, quoted_db, size); in pack_info()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dlog_event.cc2400 char quoted_db[1 + NAME_LEN * 2 + 2]; in print_verbose() local
2474 quoted_db_len= my_strmov_quoted_identifier(this->thd, (char *) quoted_db, in print_verbose()
2480 quoted_db_len= my_strmov_quoted_identifier((char *) quoted_db, in print_verbose()
2485 quoted_db[quoted_db_len]= '\0'; in print_verbose()
2489 quoted_db, quoted_table); in print_verbose()
9292 char quoted_db[1 + NAME_LEN * 2 + 2];// quoted length of the identifier in pack_info() local
9294 size= my_strmov_quoted_identifier(this->thd, quoted_db, db, 0); in pack_info()
9296 memcpy(pos, quoted_db, size); in pack_info()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dlog_event.cc2391 char quoted_db[1 + NAME_LEN * 2 + 2]; in print_verbose() local
2465 quoted_db_len= my_strmov_quoted_identifier(this->thd, (char *) quoted_db, in print_verbose()
2471 quoted_db_len= my_strmov_quoted_identifier((char *) quoted_db, in print_verbose()
2476 quoted_db[quoted_db_len]= '\0'; in print_verbose()
2480 quoted_db, quoted_table); in print_verbose()
9267 char quoted_db[1 + NAME_LEN * 2 + 2];// quoted length of the identifier in pack_info() local
9269 size= my_strmov_quoted_identifier(this->thd, quoted_db, db, 0); in pack_info()
9271 memcpy(pos, quoted_db, size); in pack_info()
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dlog_event.cc2388 char quoted_db[1 + NAME_LEN * 2 + 2]; in print_verbose() local
2462 quoted_db_len= my_strmov_quoted_identifier(this->thd, (char *) quoted_db, in print_verbose()
2468 quoted_db_len= my_strmov_quoted_identifier((char *) quoted_db, in print_verbose()
2473 quoted_db[quoted_db_len]= '\0'; in print_verbose()
2477 quoted_db, quoted_table); in print_verbose()
9229 char quoted_db[1 + NAME_LEN * 2 + 2];// quoted length of the identifier in pack_info() local
9231 size= my_strmov_quoted_identifier(this->thd, quoted_db, db, 0); in pack_info()
9233 memcpy(pos, quoted_db, size); in pack_info()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dlog_event.cc2633 char quoted_db[1 + NAME_LEN * 2 + 2]; in print_verbose() local
2708 quoted_db_len= my_strmov_quoted_identifier(this->thd, (char *) quoted_db, in print_verbose()
2714 quoted_db_len= my_strmov_quoted_identifier((char *) quoted_db, in print_verbose()
2719 quoted_db[quoted_db_len]= '\0'; in print_verbose()
2723 quoted_db, quoted_table); in print_verbose()
9321 char quoted_db[1 + NAME_LEN * 2 + 2];// quoted length of the identifier in pack_info() local
9323 size= my_strmov_quoted_identifier(this->thd, quoted_db, db, 0); in pack_info()
9325 memcpy(pos, quoted_db, size); in pack_info()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dlog_event.cc2633 char quoted_db[1 + NAME_LEN * 2 + 2]; in print_verbose() local
2708 quoted_db_len= my_strmov_quoted_identifier(this->thd, (char *) quoted_db, in print_verbose()
2714 quoted_db_len= my_strmov_quoted_identifier((char *) quoted_db, in print_verbose()
2719 quoted_db[quoted_db_len]= '\0'; in print_verbose()
2723 quoted_db, quoted_table); in print_verbose()
9321 char quoted_db[1 + NAME_LEN * 2 + 2];// quoted length of the identifier in pack_info() local
9323 size= my_strmov_quoted_identifier(this->thd, quoted_db, db, 0); in pack_info()
9325 memcpy(pos, quoted_db, size); in pack_info()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dlog_event.cc2633 char quoted_db[1 + NAME_LEN * 2 + 2]; in print_verbose() local
2708 quoted_db_len= my_strmov_quoted_identifier(this->thd, (char *) quoted_db, in print_verbose()
2714 quoted_db_len= my_strmov_quoted_identifier((char *) quoted_db, in print_verbose()
2719 quoted_db[quoted_db_len]= '\0'; in print_verbose()
2723 quoted_db, quoted_table); in print_verbose()
9321 char quoted_db[1 + NAME_LEN * 2 + 2];// quoted length of the identifier in pack_info() local
9323 size= my_strmov_quoted_identifier(this->thd, quoted_db, db, 0); in pack_info()
9325 memcpy(pos, quoted_db, size); in pack_info()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dlog_event.cc2296 char quoted_db[1 + NAME_LEN * 2 + 2]; in print_verbose() local
2391 my_strmov_quoted_identifier((char *)quoted_db, map->get_db_name()); in print_verbose()
2394 quoted_db[quoted_db_len] = '\0'; in print_verbose()
2396 my_b_printf(file, "### %s %s.%s\n", sql_command, quoted_db, quoted_table); in print_verbose()
7347 char quoted_db[1 + NAME_LEN * 2 + 2]; // quoted length of the identifier in pack_info() local
7349 size = my_strmov_quoted_identifier(this->thd, quoted_db, db, 0); in pack_info()
7351 memcpy(pos, quoted_db, size); in pack_info()