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

better ER_VIRTUAL_COLUMN_FUNCTION_IS_NOT_ALLOWED

This commit is contained in:
Sergei Golubchik
2016-06-27 19:22:09 +02:00
parent 1b4f0962c1
commit 0a056c9b53
22 changed files with 213 additions and 186 deletions

View File

@ -301,7 +301,7 @@ POLYGON((9 9,5 2,4 5,9 9))
# MDEV-10134 Add full support for DEFAULT
#
CREATE TABLE t1 (a INT DEFAULT ST_GIS_DEBUG(1));
ERROR HY000: Function or expression 'st_gis_debug' is not allowed for 'DEFAULT' of column/constraint 'a'
ERROR HY000: Function or expression 'st_gis_debug()' cannot be used in the DEFAULT clause of `a`
#
# End of 10.2 tests
#