summaryrefslogtreecommitdiff
path: root/sql/sql_lex.cc
diff options
context:
space:
mode:
authorKonstantin Osipov <kostja@sun.com>2010-07-27 18:32:42 +0400
committerKonstantin Osipov <kostja@sun.com>2010-07-27 18:32:42 +0400
commitc4c678f653077f6ca93bd8b50906410e29d4b127 (patch)
treef5b4dd56c20ccff8f87fcf2ff244d4be368ac972 /sql/sql_lex.cc
parent740c0d3a87c07dd5f482db5705449143993e7385 (diff)
parent8ee568cde7bef3893f5500d07ef45cb58107cff3 (diff)
downloadmariadb-git-c4c678f653077f6ca93bd8b50906410e29d4b127.tar.gz
Merge trunk-bugfixing -> trunk-runtime.
Diffstat (limited to 'sql/sql_lex.cc')
-rw-r--r--sql/sql_lex.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_lex.cc b/sql/sql_lex.cc
index eef139d5698..4ddc108770b 100644
--- a/sql/sql_lex.cc
+++ b/sql/sql_lex.cc
@@ -41,7 +41,6 @@ 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.