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
commit 60333fbec9
15 changed files with 20 additions and 20 deletions

View file

@ -29,7 +29,7 @@ class THD;
class sp_cache;
class sp_head;
class sp_name;
class st_sp_chistics;
struct st_sp_chistics;
struct LEX;
struct TABLE;
struct TABLE_LIST;