summaryrefslogtreecommitdiff
path: root/sql/sql_lex.cc
Commit message (Expand)AuthorAgeFilesLines
* Code cleanupunknown2003-08-161-2/+12
* mergeunknown2003-08-051-2/+3
|\
| * mergeunknown2003-08-011-1/+2
| |\
| | * prevented finding references in item_list for non-SELECT st_select_lexunknown2003-07-291-1/+2
| * | mergeunknown2003-08-011-1/+1
| |\ \
| | * | count HAVING clause elements with select list elements, because agregate func...unknown2003-07-291-1/+1
| | |/
* | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2003-07-291-1/+1
|\ \ \ | |/ /
| * | A new separate error message: Unknown collation 'blablabla'unknown2003-07-291-1/+1
| |/
* | mergeunknown2003-07-221-31/+7
|\ \ | |/
| * bug #715: SELECT YEAR+0 FROM foobar is parsed as 'SELECT' 'YEAR' '+0' => sy...unknown2003-07-201-31/+7
* | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2003-07-131-9/+14
|\ \ | |/
| * Support for variables with componentsunknown2003-07-061-9/+14
* | mergedunknown2003-07-031-1/+2
|\ \ | |/
| * mergedunknown2003-07-011-1/+2
| |\
| | * Fixed error handling to be able do not interrupt update (907) (SCRUM)unknown2003-06-251-1/+2
* | | (SCRUM)unknown2003-07-031-80/+62
* | | after review changes (SCRUM)unknown2003-07-021-1/+22
* | | Mergeunknown2003-06-301-1/+4
|\ \ \ | |/ / |/| |
| * | Merge sanja.is.com.ua:/home/bell/mysql/bk/work-cond_count-4.1unknown2003-06-261-0/+1
| |\ \
| * \ \ mergedunknown2003-06-251-10/+17
| |\ \ \ | | | |/ | | |/|
| * | | subselect transformation moved in after-fix_field placeunknown2003-05-141-1/+4
* | | | mergedunknown2003-06-291-0/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | cond_count moved to SELECT_LEX_NODEunknown2003-06-261-0/+1
| | |/ | |/|
* | | mergingunknown2003-06-271-10/+17
|\ \ \ | |/ /
| * | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2003-06-201-8/+13
| |\ \
| | * | calloc replaced with alloc in st_select_lex_node 'new' operator (SCRUM?)unknown2003-03-051-8/+13
| * | | fixed memory overrun (bug 380)unknown2003-05-171-2/+4
| | |/ | |/|
* | | fixed subqueries name resolution with INSERT/REPLACE (found during bug 446 in...unknown2003-05-211-1/+1
|/ /
* | merge fixunknown2003-04-261-9/+46
|\ \
| * \ Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2003-04-231-9/+46
| |\ \
| | * | processing of subselect in global ORDER BY (fifed crash of server)unknown2003-03-111-9/+46
| | |/
* | | Fix for a bug record #307.unknown2003-04-211-0/+11
|/ /
* | sys_var_collation is now abstract classunknown2003-04-071-3/+2
* | mbcharlen() is now used instead of ismbhead(). The last one has been removed.unknown2003-04-011-5/+5
* | SELECT N'string'unknown2003-03-201-0/+20
* | CONVERT class was removedunknown2003-03-181-11/+1
* | sql_lex.cc:unknown2003-03-151-4/+5
* | Every charset now have its own parser state arraysunknown2003-03-141-174/+127
* | sql_lex.cc:unknown2003-03-131-2/+2
|/
* SELECT BINARY expr unknown2003-03-041-1/+2
* Merge with 4.0unknown2003-02-271-1/+1
|\
| * Integer values between 9223372036854775807 and 9999999999999999999 are nowunknown2003-02-271-1/+1
* | Bug fix: for SHOW STATUS (when ssl is used)unknown2003-02-171-0/+1
* | Merge gluh@192.168.21.1:/usr/home/bk/mysql-4.1unknown2003-02-171-1/+1
|\ \
| * | Changed ROW_RESULT to defaultunknown2003-01-311-1/+1
* | | fixed excluding st_select_lex from global select listunknown2003-02-161-3/+4
* | | Fixed a lot of wrong memory references as reported by valgrindunknown2003-02-121-3/+6
* | | Move tmp_table_used to THDunknown2003-02-101-3/+1
* | | fixed bugs in temporary tables in subselect implementation (SCRUM)unknown2003-01-281-1/+1
* | | after merge fix of 577 task (SCRUM, pre commit to be able to merge with stati...unknown2003-01-261-5/+7