1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00
This commit is contained in:
monty@hundin.mysql.fi
2001-10-08 05:36:35 +03:00
118 changed files with 1796 additions and 823 deletions

View File

@@ -1,6 +1,6 @@
select database(),user();
select database(),user() like "%@%";
database() user()
test root@localhost
test 1
select version()>="3.23.29";
version()>="3.23.29"
1