diff options
author | monty@hundin.mysql.fi <> | 2001-09-17 15:40:03 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-09-17 15:40:03 +0300 |
commit | 295107457f420a6f30e8f915c0cd9d3d8447cc86 (patch) | |
tree | 223c241e869976a0e08b0b04c79b6e43d262ab79 /client/mysqltest.c | |
parent | 2e63f78787341198d853cdf07a4bbbd4c1c2ab69 (diff) | |
download | mariadb-git-295107457f420a6f30e8f915c0cd9d3d8447cc86.tar.gz |
Fixed bug with SELECT * ... UNION
Diffstat (limited to 'client/mysqltest.c')
-rw-r--r-- | client/mysqltest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysqltest.c b/client/mysqltest.c index beea95720d1..1345f569593 100644 --- a/client/mysqltest.c +++ b/client/mysqltest.c @@ -1934,7 +1934,7 @@ static void init_var_hash() static const char *embedded_server_args[] = { "", /* XXX: argv[0] is program name - we should fix the API */ "--datadir=.", - "--language=/home/tim/my/4/sql/share/english", + "--language=/usr/local/mysql/share/mysql/english", "--skip-innodb", NullS }; |