mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +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:
@ -20,7 +20,7 @@
|
||||
#include "my_base.h" /* ha_rows */
|
||||
|
||||
class MY_LOCALE;
|
||||
class TABLE_LIST;
|
||||
struct TABLE_LIST;
|
||||
class Time_zone;
|
||||
struct LEX;
|
||||
struct TABLE;
|
||||
|
Reference in New Issue
Block a user