Home
last modified time | relevance | path

Searched refs:binlog_create_table (Results 1 – 6 of 6) sorted by relevance

/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dsql_insert.h46 bool binlog_create_table(THD *thd, TABLE *table, bool replace);
H A Dsql_insert.cc4855 bool binlog_create_table(THD *thd, TABLE *table, bool replace) in binlog_create_table() function
H A Dsql_table.cc10921 binlog_create_table(thd, new_table, 1)); in mysql_alter_table()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dsql_insert.h46 bool binlog_create_table(THD *thd, TABLE *table, bool replace);
H A Dsql_insert.cc4855 bool binlog_create_table(THD *thd, TABLE *table, bool replace) in binlog_create_table() function
H A Dsql_table.cc10921 binlog_create_table(thd, new_table, 1)); in mysql_alter_table()