mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Added support for hex strings to mysqlimport
A lot of new tests to mysqltest Fixed bug with BDB tables and autocommit
This commit is contained in:
6
mysql-test/t/func_system.test
Normal file
6
mysql-test/t/func_system.test
Normal file
@@ -0,0 +1,6 @@
|
||||
#
|
||||
# system functions
|
||||
#
|
||||
|
||||
select database(),user();
|
||||
select version()>="3.23.29";
|
||||
Reference in New Issue
Block a user