mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 05:52:27 +01:00
15cd52c6cb
( fixed BUG #2385 CREATE TABLE LIKE lacks locking on source and destination table and added tests for it )
4 lines
125 B
C++
4 lines
125 B
C++
-- require r/have_debug.require
|
|
disable_query_log;
|
|
select instr(version(),convert('debug' using utf8))!=0;
|
|
enable_query_log;
|