summaryrefslogtreecommitdiff
path: root/sql/sql_error.h
diff options
context:
space:
mode:
authorandrey@example.com <>2006-08-17 18:13:45 +0200
committerandrey@example.com <>2006-08-17 18:13:45 +0200
commit081b865936cfd5f6470da6cd25e0478fb4ff5fd1 (patch)
tree1b6de6ea99f735fd5a50c1095fbb35d759d237b0 /sql/sql_error.h
parent81efea724ed497f602051bad3aad0bd57d2e4223 (diff)
downloadmariadb-git-081b865936cfd5f6470da6cd25e0478fb4ff5fd1.tar.gz
Cleanup patch.
There is an existing macros for initializing LEX_STRINGs with constant strings -> C_STRING_WITH_LEN. Change existing code to use it. (char *) STRING_WITH_LEN -> C_STRING_WITH_LEN
Diffstat (limited to 'sql/sql_error.h')
-rw-r--r--sql/sql_error.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_error.h b/sql/sql_error.h
index b5cac24d894..f4a7b14ba1a 100644
--- a/sql/sql_error.h
+++ b/sql/sql_error.h
@@ -41,4 +41,4 @@ void push_warning_printf(THD *thd, MYSQL_ERROR::enum_warning_level level,
void mysql_reset_errors(THD *thd, bool force);
bool mysqld_show_warnings(THD *thd, ulong levels_to_show);
-extern LEX_STRING warning_level_names[];
+extern const LEX_STRING warning_level_names[];