mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
88aff4bf85
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
6 lines
90 B
Text
6 lines
90 B
Text
#
|
|
# system functions
|
|
#
|
|
|
|
select database(),user() like "%@%";
|
|
select version()>="3.23.29";
|