Marc Alff
7ca99c4024
Adjusted test result to lowercase table names
2010-11-08 17:55:38 +01:00
Georgi Kodinov
dc0b8f7ada
merge of mysql-5.5 into mysql-5.5-wl1054
2010-09-20 17:17:32 +03:00
Marc Alff
7dd4600850
Bug#55416 Renaming of performance_schema tables for 5.5
...
Removed table SETUP_OBJECTS.
Renamed table PROCESSLIST to THREADS.
Renamed table EVENTS_WAITS_SUMMARY_BY_EVENT_NAME
to EVENTS_WAITS_SUMMARY_GLOBAL_BY_EVENT_NAME.
Adjusted Makefiles, code and tests accordingly.
2010-08-12 08:08:52 -06:00
Georgi Kodinov
881a76699e
WL#1054: Pluggable authentication support
...
Merged the implementation to a new base tree.
2010-08-09 11:32:50 +03:00
Davi Arnaut
66dd2f49b6
Bug#53613: mysql_upgrade incorrectly revokes ...
...
Post-merge fix: adjust line numbers in pfs_upgrade test case
result given that mysql_system_tables_fix.sql was modified.
2010-07-15 18:57:47 -03:00
Alexander Nozdrin
1c4e27a8f6
Post-fix for Bug#52444: update test result.
2010-04-15 12:12:03 +04:00
Marc Alff
51f7f7f43e
Bug#45194 mysql_upgrade deletes existing data in performance_schema database/schema
...
Before this fix, mysql_upgrade would always drop and re create
the performance_schema database.
This in theory could destroy user data created using 5.1 or older versions.
With this fix, mysql_upgrade checks the content of the
performance_schema database before droping it.
2010-03-05 08:31:01 -07:00