summaryrefslogtreecommitdiff
path: root/mysql-test/r/information_schema_parameters.result
Commit message (Collapse)AuthorAgeFilesLines
* after merge changes:Sergei Golubchik2011-12-121-1/+1
| | | | | | | | | | | * rename all debugging related command-line options and variables to start from "debug-", and made them all OFF by default. * replace "MySQL" with "MariaDB" in error messages * "Cast ... converted ... integer to it's ... complement" is now a note, not a warning * @@query_cache_strip_comments now has a session scope, not global.
* merge with 5.3Sergei Golubchik2011-10-191-37/+74
| | | | | | | | | | | | | sql/sql_insert.cc: CREATE ... IF NOT EXISTS may do nothing, but it is still not a failure. don't forget to my_ok it. ****** CREATE ... IF NOT EXISTS may do nothing, but it is still not a failure. don't forget to my_ok it. sql/sql_table.cc: small cleanup ****** small cleanup
* Addendum #3 to bug #53095 : fixed the wrong mysql-trunk tests.Georgi Kodinov2010-07-091-15/+15
|
* backported:Sergey Glukhov2010-01-151-0/+457
-WL#2822 INFORMATION_SCHEMA.ROUTINES: Add missing columns -WL#2003 INFORMATION_SCHEMA: PARAMETERS view -addon for 'I_S optimization' WL