summaryrefslogtreecommitdiff
path: root/sql/db.opt
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-6129: Server crashes during UNION with ORDER BY field IS NULLMichael Widenius2014-04-241-2/+0
| | | | | | | | | | | | | | Fixed crashing bug for union queries where there was no real tables. mysql-test/r/group_by.result: Added test case mysql-test/t/group_by.test: Added test case sql/db.opt: Removed genrated file sql/item.cc: Handled case when table_list->pos_in_tables is not set. Can only happens when there is no real tables in query
* Bug#16062056 REMOVE THE "DUMMY.BAK" FILE FROM THE TEST DATABASE, AND ADD DB.OPTTor Didriksen2013-02-251-0/+2
1. remove dummy.bak 2. create a db.opt file containing two lines: --- default-character-set=latin1 default-collation=latin1_swedish_ci