mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
rename binlog_show_create_table_() to binlog_show_create_table()
Other things: - Removed not existing binlog_show_create_table() declaration in class select_create()
This commit is contained in:
@ -6565,7 +6565,6 @@ public:
|
||||
}
|
||||
int prepare(List<Item> &list, SELECT_LEX_UNIT *u) override;
|
||||
|
||||
int binlog_show_create_table(TABLE **tables, uint count);
|
||||
bool store_values(List<Item> &values, bool *trg_skip_row) override;
|
||||
bool send_eof() override;
|
||||
void abort_result_set() override;
|
||||
|
Reference in New Issue
Block a user