mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
bump the VERSION to 10.1.6 and related changes
fix two #if MYSQL_VERSION_ID > 100105
This commit is contained in:
@ -17,7 +17,7 @@ OBJECT_TYPE OBJECT_SCHEMA OBJECT_NAME ENABLED TIMED
|
||||
insert into performance_schema.setup_objects
|
||||
set object_type='ILLEGAL', object_schema='FOO', object_name='BAR',
|
||||
enabled='YES', timed='YES';
|
||||
ERROR 23000: Cannot add or update a child row: a foreign key constraint fails ()
|
||||
ERROR 23000: Cannot add or update a child row: a foreign key constraint fails
|
||||
insert into performance_schema.setup_objects
|
||||
set object_type='TABLE', object_schema='FOO', object_name='BAR',
|
||||
enabled='YES', timed='YES';
|
||||
|
Reference in New Issue
Block a user