mariadb/client
unknown da0d9f37c4 Bug #19147: mysqlshow INFORMATION_SCHEMA does not work
When a wildcard database name is given the mysqlshow, but that wildcard
  matches one database *exactly* (it contains the wildcard character), we
  list the contents of that database instead of just listing the database
  name as matching the wildcard. Probably the most common instance of users
  encountering this behavior would be with "mysqlshow information_schema".


client/mysqlshow.c:
  Add special handling for listing a single database that has a name that
  looked like it contained wildcards. In this case, we just go ahead and list
  the contents of the database, since there is a very high probability that is
  what the user really wanted to do. (For example, 'mysqlshow INFORMATION_SCHEMA'
  will show the I_S tables instead of just the I_S database.)
mysql-test/r/mysqlshow.result:
  Add new results
mysql-test/t/mysqlshow.test:
  Add new regression test
2006-07-21 20:29:25 -07:00
..
.cvsignore
client_priv.h Bug#17208 SSL: client does not verify server certificate 2006-04-18 17:58:27 +02:00
completion_hash.cc few harmless warnings from automated code-checking tools fixed 2005-01-08 21:25:31 +01:00
completion_hash.h upgrade readline to version 4.3 2002-11-19 18:26:53 +04:00
get_password.c Merge with 4.0.14 2003-08-11 22:44:43 +03:00
Makefile.am Bug#19575 MySQL-shared-5.0.21-0.glibc23 causes segfault in SSL_library_init 2006-05-31 16:19:06 +02:00
my_readline.h mysql.cc: 2004-05-05 22:47:09 +02:00
mysql.cc 4.1 -> 5.0 merge 2006-07-13 16:35:25 -07:00
mysql_upgrade.c Win build fix 2006-05-02 08:59:49 +05:00
mysqladmin.cc Bug#17208 SSL: client does not verify server certificate 2006-04-18 17:58:27 +02:00
mysqlbinlog.cc Merge mysql.com:/usr/home/ram/work/mysql-4.1 2006-05-30 13:16:11 +05:00
mysqlcheck.c mysqlcheck.c: 2006-02-17 08:32:52 -06:00
mysqldump.c Merge igreenhoe@bk-internal.mysql.com:/home/bk/mysql-5.0 2006-07-14 06:52:25 -07:00
mysqlimport.c Bug#17208 SSL: client does not verify server certificate 2006-04-18 17:58:27 +02:00
mysqlmanager-pwgen.c Merge with 4.0 2004-09-01 04:12:09 +03:00
mysqlmanagerc.c Added global my_getopt_error_reporter function pointer which is 2004-08-31 21:27:58 +05:00
mysqlshow.c Bug #19147: mysqlshow INFORMATION_SCHEMA does not work 2006-07-21 20:29:25 -07:00
mysqltest.c Bug#20022 mysql-test-run can't be run with secure connections turned on for all testcases 2006-05-31 16:28:03 +02:00
readline.cc fixed conversion errors (Windows IA64 build) 2005-03-07 09:47:24 +01:00
sql_string.cc Merge with 4.1 2005-06-07 00:31:53 +03:00
sql_string.h Bug#8610: The ucs2_turkish_ci collation fails with upper('i') 2005-06-06 16:54:15 +05:00