summaryrefslogtreecommitdiff
path: root/sql/sql_lex.cc
Commit message (Collapse)AuthorAgeFilesLines
* replication updates and bugfixes. Still not perfect - there is some strangesasha@mysql.sashanet.com2002-03-151-0/+1
| | | | memory corruption I can only repeat on one system.
* slave start <options> to be able to dosasha@mysql.sashanet.com2002-03-091-0/+1
| | | | | | slave start io_thread slave start sql_thread same for stop
* Fix after merge from 3.23monty@hundin.mysql.fi2002-02-151-2/+2
|
* merge with 3.23.49monty@hundin.mysql.fi2002-02-141-0/+2
|\
| * Don't give warnings for empty statements with commentsmonty@hundin.mysql.fi2002-02-141-0/+2
| |
* | Update copyrightmonty@hundin.mysql.fi2001-12-061-3/+3
| | | | | | | | Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
* | Portability fixmonty@hundin.mysql.fi2001-11-071-1/+1
| | | | | | | | Cleanup typos (like SKIPP -> SKIP)
* | merge with 3.23.44monty@hundin.mysql.fi2001-11-041-3/+24
|\ \ | |/
| * Fix for gcc 3.0monty@hundin.mysql.fi2001-10-301-2/+23
| | | | | | | | Fix for using quoted table names with the SJIS character set.
| * Fix for 'mysqladmin -w1 unknown-command'monty@hundin.mysql.fi2001-10-071-1/+1
| | | | | | | | Manual Changelog update
* | Don't do signal() on windows (Causes instability problems)monty@hundin.mysql.fi2001-10-171-2/+2
| | | | | | | | | | | | Safer, a bit faster filesort. Code changes to avoid calls to current_thd() (faster code). Removed all compiler warnings from readline.
* | Changed to use my_global.hmonty@hundin.mysql.fi2001-09-141-2/+9
| | | | | | | | | | Fixed problem with LIKE with latin1_de Added parsing support of UNSIGNED LONG LONG
* | Merge with 3.23.42monty@work.mysql.com2001-09-131-3/+13
|\ \ | |/
| * fixed IDENTITY crisissasha@mysql.sashanet.com2001-09-101-3/+13
| |
* | mergedsasha@mysql.sashanet.com2001-08-091-2/+2
|\ \ | |/
| * Added new optino --sql-mode to mysqld.jani@hynda.mysql.fi2001-08-091-2/+2
| |
* | Added support for ANSI SQL X'hex-string' format.monty@tik.mysql.fi2001-07-041-8/+29
| | | | | | | | | | Fixed mysqldump to use -- instead of # as comment characters. Removed support for the 3.20 protocol format
* | mergemonty@work.mysql.com2001-06-281-6/+3
|\ \ | |/
| * Allow floats of type 1.0e1monty@hundin.mysql.fi2001-06-281-6/+3
| |
* | These are actually two changesets. One for splitting LEX in two and Sinisa@sinisa.nasamreza.org2001-06-031-5/+5
| | | | | | | | the other for multi-table delete
* | Added all changes from old 4.0 version:monty@work.mysql.com2001-04-111-1/+7
|/ | | | | | | | | PSTACK, libmysqld and MySQL filesystem UPDATE ... ORDER BY DELETE ... ORDER BY New faster fulltext handling Faster compressed keys
* Reversed SQL_ANSI_MODE per Monty's request.jcole@abel.spaceapes.com2001-03-141-32/+24
|
* Moved state_map copying to THD::THD().jcole@tetra.spaceapes.com2001-03-141-1/+1
|
* sql_lex.cc per-thread state_map temporarily disabledserg@serg.mysql.com2001-03-131-1/+1
| | | | mysql-test-run.sh PATH corrected
* Added SQL_ANSI_MODE.jcole@tetra.spaceapes.com2001-03-121-24/+32
|
* Added new tests to benchmark suitemonty@donna.mysql.fi2001-03-111-1/+2
|
* Portability fixesmonty@narttu.mysql.fi2000-10-111-3/+5
|
* Import changesetbk@work.mysql.com2000-07-311-0/+810