summaryrefslogtreecommitdiff
path: root/sql/sp.h
diff options
context:
space:
mode:
authorAlexander Nozdrin <alik@sun.com>2010-04-12 17:17:37 +0400
committerAlexander Nozdrin <alik@sun.com>2010-04-12 17:17:37 +0400
commit60333fbec9254056741a17d175611ca6eaebd1dd (patch)
tree07de8752c2b89e5dc9eb4362f9e6cf8c0ef82713 /sql/sp.h
parentbbf97ab183de9216bc2010d7777e0c45e68fef18 (diff)
downloadmariadb-git-60333fbec9254056741a17d175611ca6eaebd1dd.tar.gz
A post-fix patch for WL#4877/WL#5030:
Fix tons of warnings about mismatch struct and class usage.
Diffstat (limited to 'sql/sp.h')
-rw-r--r--sql/sp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sp.h b/sql/sp.h
index f44f9f2d382..e16c0718f3f 100644
--- a/sql/sp.h
+++ b/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;