mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Remove end . from error messages to get them consistent
Fixed a few failing tests
This commit is contained in:
@ -25,7 +25,7 @@ set name='FOO', timer_name='CYCLE';
|
||||
ERROR 42000: INSERT command denied to user 'root'@'localhost' for table 'setup_timers'
|
||||
update performance_schema.setup_timers
|
||||
set name='FOO';
|
||||
ERROR HY000: Invalid performance_schema usage.
|
||||
ERROR HY000: Invalid performance_schema usage
|
||||
update performance_schema.setup_timers
|
||||
set timer_name='MILLISECOND';
|
||||
select * from performance_schema.setup_timers;
|
||||
|
Reference in New Issue
Block a user