summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* UCS-2 aligning 0xAA -> 0x00AAunknown2004-01-193-2/+49
* Fix deprecation warning - database_engine => storage_engineunknown2004-01-181-1/+1
* Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-01-171-8/+11
|\
| * assigned correct lex->current_select for derived tables (BUG#2349)unknown2004-01-141-8/+11
* | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-01-171-0/+3
|\ \
| * \ Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-01-171-0/+3
| |\ \
| | * | As far as we cut off derived table branch, we have to close JOINs (BUG#2141)unknown2004-01-061-0/+3
* | | | mergeunknown2004-01-1711-23/+31
|\ \ \ \ | |/ / / |/| | |
| * | | removed droping field->query_id for reinitialization tables for subquery.unknown2004-01-0311-23/+31
| |/ /
* | | switched to new syntax (TYPE->ENGINE)unknown2004-01-171-1/+2
* | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-01-174-7/+9
|\ \ \
| * | | fixed unlocking tables during subquery execution (BUG#2048)unknown2003-12-104-7/+9
* | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-01-171-2/+3
|\ \ \ \
| * \ \ \ Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2003-12-041-2/+3
| |\ \ \ \
| | * | | | fixed length of current database name if it is dropped (BUG#1986)unknown2003-12-041-2/+3
* | | | | | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-01-152-4/+6
|\ \ \ \ \ \
| * | | | | | null.result, null.test:unknown2004-01-092-4/+6
* | | | | | | field.cc:unknown2004-01-151-2/+4
* | | | | | | item_strfunc.cc:unknown2004-01-151-9/+3
* | | | | | | Fixed Bug#2123, mysqld segmentation faulted when it tried tounknown2004-01-151-45/+32
* | | | | | | Merge bk-internal:/home/bk/mysql-4.1/unknown2004-01-141-0/+2
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-01-141-0/+2
| |\ \ \ \ \ \ \
| | * | | | | | | item_strfunc.cc:unknown2004-01-141-0/+2
* | | | | | | | | Merge bk-internal:/home/bk/mysql-4.1/unknown2004-01-141-1/+15
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Merge bk-internal:/home/bk/mysql-4.1/unknown2004-01-141-1/+15
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | bugs #2280, #2281 - show create table should always return a valid sql statementunknown2004-01-141-1/+15
| | | |_|_|_|_|/ | | |/| | | | |
* | | | | | | | fix for the 2361 bug: ALTER TABLE ... DROP PRIMARY KEY drops a non-primary keyunknown2004-01-146-13/+14
* | | | | | | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-01-141-1/+6
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | item_strfunc.cc:unknown2004-01-141-1/+1
| |/ / / / / /
| * | | | | | item_strfunc.cc:unknown2004-01-131-1/+6
* | | | | | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-01-131-3/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | a fix (bug #2361: ALTER TABLE ... DROP PRIMARY KEY drops a non-primary key).unknown2004-01-131-3/+5
* | | | | | | Fix for BUG#2333 "ALTER DATABASE on inexistent database hangs the client":unknown2004-01-121-5/+2
|/ / / / / /
* | | | | | Fix for 1224 (USER() CURRENT_USER() functions in embedded library)unknown2004-01-071-1/+3
* | | | | | SCRUMunknown2004-01-071-4/+4
* | | | | | Mergeunknown2004-01-073-14/+33
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | SCRUMunknown2003-12-013-18/+33
* | | | | | #2244 User variables collation conflict is not detectedunknown2003-12-311-1/+5
* | | | | | latin1.xml, Index.xml:unknown2003-12-292-1/+23
* | | | | | logging_ok:unknown2003-12-291-2/+2
* | | | | | languages.html:unknown2003-12-251-0/+257
* | | | | | Bug 2202: CAST from binary to char still returns a binary stringunknown2003-12-252-1/+3
| |/ / / / |/| | | |
* | | | | sql_parse.cc:unknown2003-12-241-0/+9
* | | | | install_test_db.sh:unknown2003-12-241-2/+6
* | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-12-231-1/+1
|\ \ \ \ \
| * | | | | Fix for #2184 (Prepared statements if embedded library broken)unknown2003-12-231-1/+1
* | | | | | short patch for bug #2184 'Prepared statements in embedded library was unknown2003-12-232-2/+3
|/ / / / /
* | | | | Merge bk-internal:/home/bk/mysql-4.1/unknown2003-12-211-1/+1
|\ \ \ \ \
| * | | | | typo fixedunknown2003-12-211-1/+1
* | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-12-214-7/+30
|\ \ \ \ \ \ | |/ / / / / |/| | | | |