mariadb/mysql-test/t/func_system.test
monty@donna.mysql.com c0f40d14cc Added support for hex strings to mysqlimport
A lot of new tests to mysqltest
Fixed bug with BDB tables and autocommit
2000-12-28 03:56:38 +02:00

6 lines
79 B
Text

#
# system functions
#
select database(),user();
select version()>="3.23.29";