1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

lower_case_table_names=2 (Keep case for table names) was not honored

with ALTER TABLE and CREATE/DROP INDEX. (Bug #3109)
Make net_buffer_length visible for mysql clients (Bug #4206)
This commit is contained in:
monty@mysql.com
2004-06-23 16:44:34 +03:00
parent f56df164f0
commit ad86016e2f
7 changed files with 30 additions and 4 deletions

View File

@@ -342,7 +342,7 @@ fi
echo "Installing all prepared tables"
if eval "$mysqld $defaults $mysqld_opt --bootstrap --skip-grant-tables \
--basedir=$basedir --datadir=$ldata --skip-innodb --skip-bdb \
$extra_arg $args" << END_OF_DATA
$args" << END_OF_DATA
use mysql;
$c_d
$i_d