1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +03:00

Need to use only current MariaDB errors. Can't makenew ones.

This commit is contained in:
David Hall
2016-02-17 15:00:18 -06:00
parent b6a6e92fba
commit 359781f3bb

View File

@ -765,7 +765,7 @@ uint32_t doUpdateDelete(THD *thd)
if (rc != 0 )
{
setError(current_thd, ER_ENGINE_READ_ONLY, "Cannot execute the statement. DBRM is read only!");
setError(current_thd, ER_READ_ONLY_MODE, "Cannot execute the statement. DBRM is read only!");
return ER_CHECK_NOT_IMPLEMENTED;
}