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:
@ -23,13 +23,13 @@
|
||||
#include "mysqld.h" /* key_map */
|
||||
|
||||
class Item_ident;
|
||||
class Name_resolution_context;
|
||||
struct Name_resolution_context;
|
||||
class Open_table_context;
|
||||
class Open_tables_state;
|
||||
class Prelocking_strategy;
|
||||
class TABLE_LIST;
|
||||
struct TABLE_LIST;
|
||||
class THD;
|
||||
class handlerton;
|
||||
struct handlerton;
|
||||
struct TABLE;
|
||||
|
||||
typedef class st_select_lex SELECT_LEX;
|
||||
|
Reference in New Issue
Block a user