diff options
author | monty@narttu.mysql.fi <> | 2003-08-22 04:07:40 +0300 |
---|---|---|
committer | monty@narttu.mysql.fi <> | 2003-08-22 04:07:40 +0300 |
commit | efa85aad49be43ef3cdf8f631b43e9a87d0189b4 (patch) | |
tree | 69f51d9d40e937b7da442d9523c0a0a66d5ba847 /mysql-test/std_data | |
parent | 423b1b7c4aa19fe991f65e60bdbf07ba4d9c46fc (diff) | |
download | mariadb-git-efa85aad49be43ef3cdf8f631b43e9a87d0189b4.tar.gz |
Move test that uses many tables (in query_cache.test) to separate test so that we can get it 'skipped' instead of 'failed' on system where we can't open many files.
Diffstat (limited to 'mysql-test/std_data')
-rw-r--r-- | mysql-test/std_data/loaddata2.dat | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/std_data/loaddata2.dat b/mysql-test/std_data/loaddata2.dat new file mode 100644 index 00000000000..6e9d6745b8d --- /dev/null +++ b/mysql-test/std_data/loaddata2.dat @@ -0,0 +1,5 @@ +Field A,'Field B' +Field 1,'Field 2' +Field 3,'Field 4' +'Field 5' ,'Field 6' +Field 6, 'Field 7' |