diff options
author | monty@mashka.mysql.fi <> | 2003-10-15 22:40:36 +0300 |
---|---|---|
committer | monty@mashka.mysql.fi <> | 2003-10-15 22:40:36 +0300 |
commit | 9ef2a83fbe93da4b5d69389e2c5368f96debedc7 (patch) | |
tree | dcc59a0d59657900722d4e51c1daeceec81df437 /sql/item_strfunc.cc | |
parent | e71b53a8fec86ee65c136a9447b56361cbf918fb (diff) | |
download | mariadb-git-9ef2a83fbe93da4b5d69389e2c5368f96debedc7.tar.gz |
Portability fixes for windows
After merge fixes
Diffstat (limited to 'sql/item_strfunc.cc')
-rw-r--r-- | sql/item_strfunc.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/item_strfunc.cc b/sql/item_strfunc.cc index c8ee64dc707..aa7a69769aa 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); |