summaryrefslogtreecommitdiff
path: root/sql/sql_parse.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixed BUG#9004: Inconsistent behaviour of SP re. warningspem@mysql.comhem.se2005-04-221-2/+4
* BUG#9455 mysqladmin status crash the servermsvensson@neptunus.(none)2005-04-141-2/+6
* Merge bk-internal:/home/bk/mysql-5.0serg@serg.mylan2005-04-121-2/+11
|\
| * FLUSH TABLES WITH READ LOCK should block writes to binlog tooserg@serg.mylan2005-04-121-2/+11
* | Fixed BUG#6663: Stored Procedures code report non-selected DBpem@mysql.comhem.se2005-04-121-2/+16
|/
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com2005-04-061-1/+2
|\
| * Fixed errors descovered by valgrind 2.4monty@mysql.com2005-04-061-1/+2
* | Some of the argument place holders were not quite correct compared tojani@ua141d10.elisa.omakaista.fi2005-04-051-2/+3
* | Mergeserg@serg.mylan2005-04-051-9/+9
|\ \
| * | XID SQL syntaxserg@serg.mylan2005-04-041-9/+9
* | | Mergejimw@mysql.com2005-04-041-0/+3
|\ \ \ | |_|/ |/| |
| * | Merge embedded server testing changes from 4.1.jimw@mysql.com2005-04-011-0/+3
| |\ \ | | |/ | |/|
| | * Clean up merge of fix for Bug #9468.jimw@mysql.com2005-04-011-0/+3
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com2005-04-041-3/+4
|\ \ \
| * \ \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com2005-04-011-3/+4
| |\ \ \ | | |/ / | |/| |
| | * | Invalid DEFAULT values for CREATE TABLE now generates errors. (Bug #5902)monty@mysql.com2005-04-011-3/+4
* | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0bell@sanja.is.com.ua2005-04-011-10/+0
|\ \ \ \ | |/ / / |/| | |
| * | | fixed mechanism of detection selection from table wich we updatebell@sanja.is.com.ua2005-03-281-10/+0
* | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0bell@sanja.is.com.ua2005-04-011-4/+2
|\ \ \ \
| * \ \ \ merge 4.1->5.0bell@sanja.is.com.ua2005-03-311-4/+2
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| | * | mergebell@sanja.is.com.ua2005-03-301-6/+5
| | |\ \
| | * \ \ Mergebell@sanja.is.com.ua2005-03-301-4/+2
| | |\ \ \
| | | * | | fixed union types merging and table related metadata (BUG#8824)bell@sanja.is.com.ua2005-03-231-4/+2
* | | | | | Fixed BUG#6600: Stored procedure crash after repeated calls with check table.pem@mysql.comhem.se2005-03-301-2/+0
|/ / / / /
* | | | | Mergeramil@mysql.com2005-03-301-6/+5
|\ \ \ \ \ | | |_|/ / | |/| | / | |_|_|/ |/| | |
| * | | mergedserg@serg.mylan2005-03-301-6/+5
| |\ \ \ | | |/ / | |/| |
| | * | don't strcmp db if it's a patternserg@serg.mylan2005-03-301-4/+5
| | * | fixes for "backport wild_compare fix from 4.1 - bug#3924"serg@serg.mylan2005-03-261-2/+2
| * | | BUG#9303 blob field with specified length < 256 does not create tinyblobmsvensson@neptunus.(none)2005-03-241-1/+1
| | |/ | |/|
| * | Updated error message to be more informative. Previous error messagejani@a193-229-222-105.elisa-laajakaista.fi2005-03-141-2/+5
* | | mergedserg@serg.mylan2005-03-231-44/+30
|\ \ \
| * | | sql_acl.cc, sql_acl.h, sql_parse.ccmysqldev@mysql.com2005-03-221-28/+32
| * | | - Added a missing pair of parenthesis. (already commited by Jani, ChangeSet@1...lenz@mysql.com2005-03-171-4/+4
* | | | Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.0jani@a193-229-222-105.elisa-laajakaista.fi2005-03-181-0/+2
|\ \ \ \
| * | | | Fixed BUG#6600: Stored procedure crash after repeated calls with check tablepem@mysql.comhem.se2005-03-181-0/+2
* | | | | Added more tests to grant2. Fixed some previous tests.jani@a193-229-222-105.elisa-laajakaista.fi2005-03-181-8/+26
|/ / / /
* | | | Added a missing pair of parenthesis.jani@a193-229-222-105.elisa-laajakaista.fi2005-03-171-4/+4
|/ / /
* | | Merge bk-internal:/home/bk/mysql-5.0serg@serg.mylan2005-03-171-4/+4
|\ \ \
| * | | sql/handler.ccserg@serg.mylan2005-03-161-4/+4
* | | | Fixed two bugs in MySQL ACL.jani@a193-229-222-105.elisa-laajakaista.fi2005-03-171-0/+18
* | | | Move handler dependent tests to the specific handler (myisam, bdb, innodb)monty@mysql.com2005-03-171-4/+5
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com2005-03-161-11/+16
|\ \ \ \
| * \ \ \ Merge pcgem.rdg.cyberkinetica.com:/var/db/bk/work-acurtis/bug8670.2acurtis@pcgem.rdg.cyberkinetica.com2005-03-161-0/+7
| |\ \ \ \
| | * | | | Bug#8670acurtis@pcgem.rdg.cyberkinetica.com2005-03-161-0/+7
| * | | | | Fixed behavior of LOAD DATA with subqueries in SET clause.dlenev@brandersnatch.localdomain2005-03-161-1/+1
| * | | | | WL#874 "Extended LOAD DATA". dlenev@brandersnatch.localdomain2005-03-161-11/+9
| | |/ / / | |/| | |
* | | | | Cleanup during reviewsmonty@mysql.com2005-03-161-8/+9
* | | | | Merge with global treemonty@mysql.com2005-03-151-7/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Code cleanups during review of pushed codemonty@mysql.com2005-03-151-7/+2
* | | | | BUG#9101 - RELEASE/ROLLBACK TO SAVEPOINT did not forget savepoints correctlyserg@serg.mylan2005-03-111-12/+12