summaryrefslogtreecommitdiff
path: root/mysql-test/r/csv.result
diff options
context:
space:
mode:
authorunknown <msvensson@pilot.blaudden>2007-02-19 17:06:47 +0100
committerunknown <msvensson@pilot.blaudden>2007-02-19 17:06:47 +0100
commit9e5efc371a998f383d010fc39ccbea105eda2705 (patch)
treea76f77ea74dc63d21e48e268759def740a56f984 /mysql-test/r/csv.result
parentf2e3bc0ee92902bd86c55c1733aaa029e633fe4f (diff)
downloadmariadb-git-9e5efc371a998f383d010fc39ccbea105eda2705.tar.gz
Remove non portable exec's from csv.test
mysql-test/r/csv.result: Update result file - There is no builtin equvivalent of "cat" - ls was replaced with "file_exists" which does not produce any output mysql-test/t/csv.test: Replce obscure exec's with mysqltest builtin commands
Diffstat (limited to 'mysql-test/r/csv.result')
-rw-r--r--mysql-test/r/csv.result7
1 files changed, 0 insertions, 7 deletions
diff --git a/mysql-test/r/csv.result b/mysql-test/r/csv.result
index d253d121e99..ede5d9a32fd 100644
--- a/mysql-test/r/csv.result
+++ b/mysql-test/r/csv.result
@@ -5007,7 +5007,6 @@ Warnings:
Error 1194 Table 'test_repair_table2' is marked as crashed and should be repaired
SELECT * from test_repair_table2;
val
-test_repair_table2.CSM
CHECK TABLE test_repair_table2;
Table Op Msg_type Msg_text
test.test_repair_table2 check status OK
@@ -5210,15 +5209,9 @@ create table bug22080_3 (id int,string varchar(64)) Engine=CSV;
insert into bug22080_1 values(1,'string');
insert into bug22080_1 values(2,'string');
insert into bug22080_1 values(3,'string');
-1,"string"
-2","string"
-3,"string"
check table bug22080_2;
Table Op Msg_type Msg_text
test.bug22080_2 check error Corrupt
-1,"string"
-2,"string"
-3,"string"
check table bug22080_3;
Table Op Msg_type Msg_text
test.bug22080_3 check error Corrupt