#At file:///home/kgeorge/mysql/work/merge-5.5-bugteam/ based on revid:georgi.kodinov@stripped
3094 Georgi Kodinov 2010-10-05
WL#1054: fixed a compilation warning
modified:
sql/sql_lex.cc
=== modified file 'sql/sql_lex.cc'
--- a/sql/sql_lex.cc 2010-10-04 12:42:16 +0000
+++ b/sql/sql_lex.cc 2010-10-05 14:22:30 +0000
@@ -41,7 +41,7 @@ sys_var *trg_new_row_fake_var= (sys_var*
LEX_STRING constant for null-string to be used in parser and other places.
*/
const LEX_STRING null_lex_str= {NULL, 0};
-const LEX_STRING empty_lex_str= {"", 0};
+const LEX_STRING empty_lex_str= {(char *) "", 0};
/**
@note The order of the elements of this array must correspond to
the order of elements in enum_binlog_stmt_unsafe.
Attachment: [text/bzr-bundle] bzr/georgi.kodinov@oracle.com-20101005142230-4dqdi0y7v0a1bxnj.bundle
| Thread |
|---|
| • bzr commit into mysql-5.5-bugteam branch (Georgi.Kodinov:3094) WL#1054 | Georgi Kodinov | 5 Oct |