diff options
author | unknown <hery.ramilison@sun.com> | 2010-11-09 19:29:59 +0100 |
---|---|---|
committer | smenon <sunanda.menon@sun.com> | 2010-11-09 19:29:59 +0100 |
commit | dec388d5beac2e9d0d32ce1610b871c3d1042544 (patch) | |
tree | fe888dc693a3e951a221b001c9887734f4846fd4 /sql/sql_lex.cc | |
parent | 4cce72a9292c98fab5628adc24c1635e315444e7 (diff) | |
parent | 6ce340789a4786f2d6f02ee08b4e591f530bedf6 (diff) | |
download | mariadb-git-dec388d5beac2e9d0d32ce1610b871c3d1042544.tar.gz |
Merge from mysql-5.5.7-rc-release
Diffstat (limited to 'sql/sql_lex.cc')
-rw-r--r-- | sql/sql_lex.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_lex.cc b/sql/sql_lex.cc index ba508783133..d91489b4a7a 100644 --- a/sql/sql_lex.cc +++ b/sql/sql_lex.cc @@ -41,6 +41,7 @@ sys_var *trg_new_row_fake_var= (sys_var*) 0x01; 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= {(char *) "", 0}; /** @note The order of the elements of this array must correspond to the order of elements in enum_binlog_stmt_unsafe. |