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

View File

@ -25,7 +25,7 @@
#include "sql_list.h" /* I_List */
class THD;
class handlerton;
struct handlerton;
class Time_zone;
class scheduler_functions;