summaryrefslogtreecommitdiff
path: root/sql/item_strfunc.cc
diff options
context:
space:
mode:
authormonty@mashka.mysql.fi <>2003-10-15 22:52:31 +0300
committermonty@mashka.mysql.fi <>2003-10-15 22:52:31 +0300
commit0d34e50f39e1b7cb14170dabc08f7823cb50a2e9 (patch)
tree8965c22cf3cbc1c873996552a81fad765b045446 /sql/item_strfunc.cc
parenta001b71f20945ee1ec59acca751124dfcb33180a (diff)
parent9ef2a83fbe93da4b5d69389e2c5368f96debedc7 (diff)
downloadmariadb-git-0d34e50f39e1b7cb14170dabc08f7823cb50a2e9.tar.gz
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
into mashka.mysql.fi:/home/my/mysql-4.1
Diffstat (limited to 'sql/item_strfunc.cc')
-rw-r--r--sql/item_strfunc.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/item_strfunc.cc b/sql/item_strfunc.cc
index 55a20908894..99dd06c566c 100644
--- a/sql/item_strfunc.cc
+++ b/sql/item_strfunc.cc
@@ -33,7 +33,9 @@
#include "md5.h"
#include "sha1.h"
#include "my_aes.h"
+C_MODE_START
#include "../mysys/my_static.h" // For soundex_map
+C_MODE_END
String my_empty_string("",default_charset_info);