summaryrefslogtreecommitdiff
path: root/mysql-test/t/handler.test
diff options
context:
space:
mode:
authorunknown <serg@serg.mysql.com>2001-04-15 20:14:40 +0200
committerunknown <serg@serg.mysql.com>2001-04-15 20:14:40 +0200
commitd28899357791cf53e5854afdaafccc2ba19cfbd4 (patch)
treeb8726fd9a65296176ce63f6bacfb6002311f5418 /mysql-test/t/handler.test
parentcb02f1671d54f0ecd0baeab00fd2c3014303fdb1 (diff)
downloadmariadb-git-d28899357791cf53e5854afdaafccc2ba19cfbd4.tar.gz
mysqltest bugfix
typo/bad merge fixed chmod a-x for man/*.1 files man/isamchk.1: Change mode to -rw-rw-r-- man/mysqlaccess.1: Change mode to -rw-rw-r-- man/mysqladmin.1: Change mode to -rw-rw-r-- man/mysqld.1: Change mode to -rw-rw-r-- man/mysqldump.1: Change mode to -rw-rw-r-- man/mysqlshow.1: Change mode to -rw-rw-r-- man/perror.1: Change mode to -rw-rw-r-- man/safe_mysqld.1: Change mode to -rw-rw-r-- mysql-test/r/handler.result: new tests added client/mysqltest.c: bug fixed: errors from handler.test (that is send_error() after send_fields) weren't catched by expected_errno mysql-test/t/handler.test: typo fixed sql/Makefile.am: bad merge fixed sql/sql_yacc.yy: bad merge (?) fixed
Diffstat (limited to 'mysql-test/t/handler.test')
-rw-r--r--mysql-test/t/handler.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/handler.test b/mysql-test/t/handler.test
index a22e5546252..359c5641056 100644
--- a/mysql-test/t/handler.test
+++ b/mysql-test/t/handler.test
@@ -59,7 +59,7 @@ handler t2 read a=(19) where b="yyy";
handler t2 read first;
handler t2 read next;
handler t2 read next;
-handler t2 read last;
+!$1064 handler t2 read last;
handler t2 close;
drop table if exists t1;