mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 07:35:32 +02: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:
parent
bbf97ab183
commit
60333fbec9
15 changed files with 20 additions and 20 deletions
2
sql/sp.h
2
sql/sp.h
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue