summaryrefslogtreecommitdiff
path: root/mysql-test/r/ansi.result
Commit message (Collapse)AuthorAgeFilesLines
* Merge mysql.com:/home/psergey/mysql-4.1-bug8510sergefp@mysql.com2005-03-151-2/+2
|\ | | | | | | into mysql.com:/home/psergey/mysql-5.0-bug8510
| * A "fix" for problem discovered in BUG#8510: remove ONLY_FULL_GROUP_BY mode ↵sergefp@mysql.com2005-02-171-2/+2
| | | | | | | | | | | | from ANSI mode, as currently ONLY_FULL_GROUP_BY mode is overly restrictive.
* | Change sql_mode BROKEN_NOT to HIGH_NOT_PRECEDENCEantony@ltantony.rdg.cyberkinetica.homeunix.net2004-11-271-1/+1
| |
* | WL#638 - Fix precedence for parsing NOT ... LIKE expression santony@ltantony.rdg.cyberkinetica.homeunix.net2004-11-171-1/+1
|/ | | | | | | Rework parser expression rules Rework handling for "||" concat/or Eliminate some shift/reduce conflicts Add support for "xxx IS [ NOT ] truth_value"
* Fixed bug in error handling of CREATE ... SELECTmonty@narttu.mysql.fi2003-10-081-8/+9
| | | | | More tests cases After merge fixes
* Added SQLSTATE to client/server protocolmonty@narttu.mysql.fi2003-06-041-1/+9
| | | | | | | | | | bmove_allign -> bmove_align Added OLAP function ROLLUP Split mysql_fix_privilege_tables to a script and a .sql data file Added new (MEMROOT*) functions to avoid calling current_thd() when creating some common objects. Added table_alias_charset, for easier --lower-case-table-name handling Better SQL_MODE handling (Setting complex options also sets sub options) New (faster) assembler string functions for x86
* Fixed problem with ansi mode and GROUP BY with constants. (Bug #387)monty@narttu.mysql.fi2003-05-131-0/+10