mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +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 "hash.h" /* HASH */
|
||||
|
||||
class String;
|
||||
class TABLE_LIST;
|
||||
struct TABLE_LIST;
|
||||
typedef struct st_dynamic_array DYNAMIC_ARRAY;
|
||||
|
||||
typedef struct st_table_rule_ent
|
||||
|
Reference in New Issue
Block a user