diff options
author | monty@hundin.mysql.fi <> | 2002-10-14 17:50:44 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2002-10-14 17:50:44 +0300 |
commit | a975cecf4278e234916f8b6b48b41a2104d6a804 (patch) | |
tree | c79c25cc391968bfcdb07eaf6c69e1d0bf26358a /client | |
parent | 91c8660c5adaef78f50431a72719b2240be7ed13 (diff) | |
parent | 3c7f6a98357a0867a0a16c4c2a636ec83bdf72fd (diff) | |
download | mariadb-git-a975cecf4278e234916f8b6b48b41a2104d6a804.tar.gz |
Merge
Diffstat (limited to 'client')
-rw-r--r-- | client/mysql.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/mysql.cc b/client/mysql.cc index 769a2b94e78..0e54a5e1c32 100644 --- a/client/mysql.cc +++ b/client/mysql.cc @@ -91,8 +91,8 @@ extern "C" { #define vidattr(A) {} // Can't get this to work #endif -#ifdef __WIN__ -#define cmp_database(A,B) my_strcasecmp((A),(B)) +#ifdef FN_NO_CASE_SENCE +#define cmp_database(A,B) my_strcasecmp(system_charset_info, (A), (B)) #else #define cmp_database(A,B) strcmp((A),(B)) #endif |