diff options
author | Vladislav Vaintroub <vvaintroub@mysql.com> | 2010-06-22 18:40:14 +0200 |
---|---|---|
committer | Vladislav Vaintroub <vvaintroub@mysql.com> | 2010-06-22 18:40:14 +0200 |
commit | 3c74f80ab146496e814a8ec14a139feff86d463d (patch) | |
tree | 01a5df27de81ab3fd29aaf2b5cb7ba8bd6638454 /sql/sql_lex.h | |
parent | ad95121e0ff9b5376209ab6605c2282790bf3b25 (diff) | |
download | mariadb-git-3c74f80ab146496e814a8ec14a139feff86d463d.tar.gz |
Fix ~1000 warnings class/struct mismatch.
Handle this warning in the future as error, this will prevent pushing to main trees.
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r-- | sql/sql_lex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h index 05af1237be8..b8bf3b220c9 100644 --- a/sql/sql_lex.h +++ b/sql/sql_lex.h @@ -998,7 +998,7 @@ extern const LEX_STRING null_lex_str; extern const LEX_STRING empty_lex_str; -struct Sroutine_hash_entry; +class Sroutine_hash_entry; /* Class representing list of all tables used by statement and other |