1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

WL#2930 Adding view and cursor 'protocols' to mysqltest

- Cleanup of mysqltest.c before extending it
This commit is contained in:
msvensson@neptunus.(none)
2005-10-31 12:25:08 +01:00
parent b8e755ae0c
commit e5eb7cbf29
14 changed files with 761 additions and 830 deletions

View File

@ -364,6 +364,15 @@ select 3 from t1 ;
--error 1
--exec $MYSQL_TEST < var/log/mysqltest.sql 2>&1
#
# Missing delimiter until eof
# The comment will be "sucked into" the sleep command since
# delimiter is missing
--system echo "sleep 7" > var/log/mysqltest.sql
--system echo "# Another comment" >> var/log/mysqltest.sql
--error 1
--exec $MYSQL_TEST < var/log/mysqltest.sql 2>&1
#
# Extra delimiter
#