summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authormonty@mashka.mysql.fi <>2002-09-20 14:05:18 +0300
committermonty@mashka.mysql.fi <>2002-09-20 14:05:18 +0300
commitcb8580a2cd0098c9e0ee5f2a6b30ee3e68978f9e (patch)
treed4c1c24287ff9b73015dccba9705de179966318b /client
parent76d7ab0ad2b57e843ea05e1e10ebd6ddb41339d1 (diff)
downloadmariadb-git-cb8580a2cd0098c9e0ee5f2a6b30ee3e68978f9e.tar.gz
Changed table_list->name -> table_list->alias to find places where we where using alias instead of table_name.
This should fix some issues where --lower-case-table-names doesn't work properly under windows.
Diffstat (limited to 'client')
-rw-r--r--client/mysql.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/mysql.cc b/client/mysql.cc
index ec5eb01d0e7..33cbcbd2f6b 100644
--- a/client/mysql.cc
+++ b/client/mysql.cc
@@ -701,6 +701,7 @@ get_one_option(int optid, const struct my_option *opt __attribute__((unused)),
opt_mysql_unix_port= my_strdup(MYSQL_NAMEDPIPE, MYF(0));
#endif
break;
+#include <sslopt-case.h>
case 'V':
usage(1);
exit(0);