You've already forked mariadb-columnstore-engine
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:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user