diff options
author | Alexander Barkov <bar@mysql.com> | 2009-10-21 17:59:47 +0500 |
---|---|---|
committer | Alexander Barkov <bar@mysql.com> | 2009-10-21 17:59:47 +0500 |
commit | 99eae48a97fdf4399ca55b7e28ff97a9332f0f23 (patch) | |
tree | 9daa322eb14aa0cd7af60162e5b2b6c77446def6 /mysql-test/suite/ndb | |
parent | 1b26332898746bd3738fec850eb1206114c19448 (diff) | |
download | mariadb-git-99eae48a97fdf4399ca55b7e28ff97a9332f0f23.tar.gz |
WL#1349 Use operating system localization to send it as a default client character set
Diffstat (limited to 'mysql-test/suite/ndb')
-rw-r--r-- | mysql-test/suite/ndb/my.cnf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/suite/ndb/my.cnf b/mysql-test/suite/ndb/my.cnf index a19fdeee302..37dfc3945ce 100644 --- a/mysql-test/suite/ndb/my.cnf +++ b/mysql-test/suite/ndb/my.cnf @@ -1,5 +1,6 @@ !include include/default_mysqld.cnf !include include/default_ndbd.cnf +!include include/default_client.cnf [cluster_config.1] NoOfReplicas= 2 |