1
0
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:
Alexander Nozdrin
2010-04-12 17:17:37 +04:00
parent bbf97ab183
commit 60333fbec9
15 changed files with 20 additions and 20 deletions

View File

@ -23,7 +23,7 @@ class Comp_creator;
class Item;
class Object_creation_ctx;
class Parser_state;
class TABLE_LIST;
struct TABLE_LIST;
class THD;
class Table_ident;
struct LEX;