diff options
author | msvensson@neptunus.(none) <> | 2006-01-24 14:10:48 +0100 |
---|---|---|
committer | msvensson@neptunus.(none) <> | 2006-01-24 14:10:48 +0100 |
commit | 60296f8f7f45971d1b46f4aa18edcaa79d752f8e (patch) | |
tree | 7ac44dab0ce589c83d422e1c0871efa3c3e492ff /mysql-test/t/warnings.test | |
parent | 57c432b94ebc59206b3aa68217369ebc34142f8a (diff) | |
parent | 09ec2919a1f7b2ef65623ecf62014210f7d74fac (diff) | |
download | mariadb-git-60296f8f7f45971d1b46f4aa18edcaa79d752f8e.tar.gz |
Merge neptunus.(none):/home/msvensson/mysql/mysqltest_var/my50-mysqltest_var
into neptunus.(none):/home/msvensson/mysql/mysqltest_var/my51-mysqltest_var
Diffstat (limited to 'mysql-test/t/warnings.test')
-rw-r--r-- | mysql-test/t/warnings.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/warnings.test b/mysql-test/t/warnings.test index f65ce962ef2..e0563cc97b5 100644 --- a/mysql-test/t/warnings.test +++ b/mysql-test/t/warnings.test @@ -50,7 +50,7 @@ drop table t1; # create table t1(a tinyint, b int not null, c date, d char(5)); -load data infile '../../std_data/warnings_loaddata.dat' into table t1 fields terminated by ','; +load data infile '../std_data_ln/warnings_loaddata.dat' into table t1 fields terminated by ','; # PS doesn't work good with @@warning_count --disable_ps_protocol select @@warning_count; |