mirror of
https://github.com/MariaDB/server.git
synced 2025-11-25 17:25:02 +03:00
Remove deprication from mariadbd --debug
--debug is supported by allmost all our other binaries and we should keep it also in the server to keep option names similar.
This commit is contained in:
@@ -20,8 +20,6 @@ END//
|
||||
CALL populate_t1;
|
||||
SET autocommit=1;
|
||||
SET SESSION debug="+d,fts_instrument_result_cache_limit";
|
||||
Warnings:
|
||||
Warning 1287 '@@debug' is deprecated and will be removed in a future release. Please use '@@debug_dbug' instead
|
||||
ALTER TABLE t1 ADD FULLTEXT INDEX `text_content_idx` (`text_content`);
|
||||
SELECT FTS_DOC_ID, text_content
|
||||
FROM t1
|
||||
|
||||
Reference in New Issue
Block a user