mirror of
https://github.com/MariaDB/server.git
synced 2025-08-05 13:16:09 +03:00
A post-fix patch for WL#4877/WL#5030:
Fix tons of warnings about mismatch struct and class usage.
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
#include "sql_list.h" /* List */
|
||||
|
||||
class THD;
|
||||
class TABLE_LIST;
|
||||
struct TABLE_LIST;
|
||||
|
||||
bool mysql_ha_open(THD *thd, TABLE_LIST *tables, bool reopen);
|
||||
bool mysql_ha_close(THD *thd, TABLE_LIST *tables);
|
||||
|
Reference in New Issue
Block a user