From c0f40d14cc36f56f5b4dba288583acd345429e4e Mon Sep 17 00:00:00 2001 From: "monty@donna.mysql.com" <> Date: Thu, 28 Dec 2000 03:56:38 +0200 Subject: Added support for hex strings to mysqlimport A lot of new tests to mysqltest Fixed bug with BDB tables and autocommit --- mysql-test/r/sel000026.result | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 mysql-test/r/sel000026.result (limited to 'mysql-test/r/sel000026.result') diff --git a/mysql-test/r/sel000026.result b/mysql-test/r/sel000026.result deleted file mode 100644 index 1f268717bcc..00000000000 --- a/mysql-test/r/sel000026.result +++ /dev/null @@ -1,2 +0,0 @@ -'abc' LIKE '%c' 'abcabc' LIKE '%c' "ab" LIKE "" "ab" LIKE "a" "ab" LIKE "ab" -1 1 0 0 1 -- cgit v1.2.1