summaryrefslogtreecommitdiff
path: root/sql/sql_lex.cc
Commit message (Expand)AuthorAgeFilesLines
* Support for variables with componentsmonty@mashka.mysql.fi2003-07-061-9/+14
* mergedbell@sanja.is.com.ua2003-07-011-1/+2
|\
| * Fixed error handling to be able do not interrupt update (907) (SCRUM)bell@sanja.is.com.ua2003-06-251-1/+2
* | mergedbell@sanja.is.com.ua2003-06-291-0/+1
|\ \
| * | cond_count moved to SELECT_LEX_NODEbell@sanja.is.com.ua2003-06-261-0/+1
| |/
* | mergingbell@sanja.is.com.ua2003-06-271-10/+17
|\ \ | |/
| * Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1bell@sanja.is.com.ua2003-06-201-8/+13
| |\
| | * calloc replaced with alloc in st_select_lex_node 'new' operator (SCRUM?)bell@sanja.is.com.ua2003-03-051-8/+13
| * | fixed memory overrun (bug 380)bell@sanja.is.com.ua2003-05-171-2/+4
* | | fixed subqueries name resolution with INSERT/REPLACE (found during bug 446 in...bell@sanja.is.com.ua2003-05-211-1/+1
|/ /
* | merge fixSinisa@sinisa.nasamreza.org2003-04-261-9/+46
|\ \
| * \ Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1bell@sanja.is.com.ua2003-04-231-9/+46
| |\ \
| | * | processing of subselect in global ORDER BY (fifed crash of server)bell@sanja.is.com.ua2003-03-111-9/+46
| | |/
* | | Fix for a bug record #307.Sinisa@sinisa.nasamreza.org2003-04-211-0/+11
|/ /
* | sys_var_collation is now abstract classbar@bar.mysql.r18.ru2003-04-071-3/+2
* | mbcharlen() is now used instead of ismbhead(). The last one has been removed.bar@bar.mysql.r18.ru2003-04-011-5/+5
* | SELECT N'string'bar@bar.mysql.r18.ru2003-03-201-0/+20
* | CONVERT class was removedbar@bar.mysql.r18.ru2003-03-181-11/+1
* | sql_lex.cc:bar@bar.mysql.r18.ru2003-03-151-4/+5
* | Every charset now have its own parser state arraysbar@bar.mysql.r18.ru2003-03-141-174/+127
* | sql_lex.cc:bar@bar.mysql.r18.ru2003-03-131-2/+2
|/
* SELECT BINARY expr bar@bar.mysql.r18.ru2003-03-041-1/+2
* Merge with 4.0monty@narttu.mysql.fi2003-02-271-1/+1
|\
| * Integer values between 9223372036854775807 and 9999999999999999999 are nowmonty@narttu.mysql.fi2003-02-271-1/+1
* | Bug fix: for SHOW STATUS (when ssl is used)gluh@gluh.mysql.r18.ru2003-02-171-0/+1
* | Merge gluh@192.168.21.1:/usr/home/bk/mysql-4.1gluh@gluh.mysql.r18.ru2003-02-171-1/+1
|\ \
| * | Changed ROW_RESULT to defaultgluh@gluh.mysql.r18.ru2003-01-311-1/+1
* | | fixed excluding st_select_lex from global select listbell@sanja.is.com.ua2003-02-161-3/+4
* | | Fixed a lot of wrong memory references as reported by valgrindmonty@mashka.mysql.fi2003-02-121-3/+6
* | | Move tmp_table_used to THDmonty@mashka.mysql.fi2003-02-101-3/+1
* | | fixed bugs in temporary tables in subselect implementation (SCRUM)bell@sanja.is.com.ua2003-01-281-1/+1
* | | after merge fix of 577 task (SCRUM, pre commit to be able to merge with stati...bell@sanja.is.com.ua2003-01-261-5/+7
* | | mergingbell@sanja.is.com.ua2003-01-251-3/+7
|\ \ \ | |/ / |/| |
| * | fixed subselects with temporary tables (SCRUM)bell@sanja.is.com.ua2003-01-251-3/+7
* | | Portability fixes (for windows)monty@mashka.mysql.fi2003-01-211-2/+3
* | | Initial multi query execution support venu@myvenu.com2003-01-181-1/+9
* | | mergemonty@hundin.mysql.fi2003-01-171-12/+24
|\ \ \
| * | | Changed my_strntoxxx functions to clear error number on startmonty@mashka.mysql.fi2003-01-171-11/+16
| * | | Added support sql_mode, which can be used to produce various outputsjani@rhols221.adsl.netsonic.fi2003-01-161-2/+2
| * | | after merging fixingbell@sanja.is.com.ua2003-01-141-1/+1
| * | | Merge work:/home/bk/mysql-4.1 into mashka.mysql.fi:/home/my/mysql-4.1monty@mashka.mysql.fi2003-01-091-1/+7
| |\ \ \
| | * | | Post merge fixmonty@mashka.mysql.fi2003-01-091-1/+7
* | | | | Merge work:/home/bk/mysql-4.1 into hundin.mysql.fi:/my/mysql-4.1monty@hundin.mysql.fi2003-01-091-6/+43
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge work:/home/bk/mysql-4.1 into hundin.mysql.fi:/my/mysql-4.1monty@hundin.mysql.fi2003-01-051-6/+43
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Merge work:/home/bk/mysql-4.1 into hundin.mysql.fi:/my/mysql-4.1monty@hundin.mysql.fi2002-12-021-2/+3
| | |\ \ \
| | * \ \ \ Merge work:/home/bk/mysql-4.1 into hundin.mysql.fi:/my/mysql-4.1monty@hundin.mysql.fi2002-12-011-6/+43
| | |\ \ \ \
| | | * | | | Fixed that one can use ` in identifiers: CREATE TABLE `fo``a` ...monty@hundin.mysql.fi2002-12-011-6/+43
* | | | | | | Separating CHARSET and COLLATION termsbar@bar.mysql.r18.ru2003-01-091-1/+1
|/ / / / / /
* | | | | | mergingbell@sanja.is.com.ua2002-12-311-3/+3
|\ \ \ \ \ \
| * | | | | | postreview fix (SCRUM)bell@sanja.is.com.ua2002-12-281-3/+3