1
0
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:
Monty
2025-01-14 10:59:06 +02:00
parent 1f85eeeb53
commit efc5d3f84d
2 changed files with 5 additions and 6 deletions

View File

@ -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;