mirror of
https://github.com/MariaDB/server.git
synced 2025-11-06 13:10:12 +03:00
( fixed BUG #2385 CREATE TABLE LIKE lacks locking on source and destination table and added tests for it )
5 lines
125 B
C++
5 lines
125 B
C++
-- require r/have_debug.require
|
|
disable_query_log;
|
|
select instr(version(),convert('debug' using utf8))!=0;
|
|
enable_query_log;
|