mirror of
https://github.com/MariaDB/server.git
synced 2025-05-04 06:05:05 +03:00

Speed up column-completion in 'mysql' Don't use ISAM if HAVE_ISAM is not defined A lot of fixes for the embedded version. All libraries are now included in libmysqld.a Changed arguments to convert_dirname() to make it more general. Renamed files in the 'merge' directory to all use a common prefix. Don't compile both assembler and C functions on x86
7 lines
90 B
Plaintext
7 lines
90 B
Plaintext
#
|
|
# system functions
|
|
#
|
|
|
|
select database(),user() like "%@%";
|
|
select version()>="3.23.29";
|