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

Merge mysql.com:/home/hf/work/21790/my50-21790

into  mysql.com:/home/hf/work/21790/my51-21790
This commit is contained in:
holyfoot/hf@deer.(none)
2006-11-01 16:44:00 +04:00
3 changed files with 22 additions and 2 deletions

View File

@ -2092,8 +2092,8 @@ void handler::print_error(int error, myf errflag)
break;
}
case HA_ERR_NULL_IN_SPATIAL:
textno= ER_UNKNOWN_ERROR;
break;
my_error(ER_CANT_CREATE_GEOMETRY_OBJECT, MYF(0));
DBUG_VOID_RETURN;
case HA_ERR_FOUND_DUPP_UNIQUE:
textno=ER_DUP_UNIQUE;
break;