1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

minimal changes to errmst-utf8.txt (mostly whitespace) to match 6.0-codebase better

This commit is contained in:
Sergei Golubchik
2009-12-22 12:02:52 +01:00
parent ae2768ce9c
commit 82adf55efc
14 changed files with 44 additions and 44 deletions

View File

@ -249,7 +249,7 @@ set @save_storage_engine= @@session.storage_engine;
set storage_engine= MEMORY;
alter table mysql.slow_log engine=NonExistentEngine;
Warnings:
Warning 1286 Unknown table engine 'NonExistentEngine'
Warning 1286 Unknown storage engine 'NonExistentEngine'
alter table mysql.slow_log engine=memory;
ERROR HY000: This storage engine cannot be used for log tables"
set storage_engine= @save_storage_engine;