summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | item_sum.cc:unknown2003-02-261-0/+1
| * | | | | | Merge abarkov@work.mysql.com:/home/bk/mysql-4.1unknown2003-02-261-1/+1
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Fix for MIX and MAX. Item must be checked against binary().unknown2003-02-261-1/+1
| * | | | | | Merge with 4.0.11unknown2003-02-2631-86/+100
| |\ \ \ \ \ \ | | |/ / / / / | |/| / / / / | | |/ / / /
| | * | | | merge with 3.23 to get corrected error message files and rename of files in m...unknown2003-02-2623-70/+77
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | Fixed "syntax" errors in text message files.unknown2003-02-2522-253/+253
| | | * | | Indentation cleanupunknown2003-02-251-0/+2
| | | * | | Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysqlunknown2003-02-193-13/+20
| | | |\ \ \
| | | | * | | prevented crash on deleting non-constructed analyse objectunknown2003-02-181-5/+6
| | | | * | | Merge sanja.is.com.ua:/home/bell/mysql/mysql-3.23unknown2003-02-181-8/+10
| | | | |\ \ \
| | | | * | | | fixed memory leak in ANALIZE initialization error reportingunknown2003-02-141-0/+4
| | | * | | | | another fix for RAND() initializationunknown2003-02-121-1/+1
| | | |/ / / /
| | * | | | | Portability fix for HPUX10.20unknown2003-02-251-7/+5
| | | |_|/ / | | |/| | |
| | * | | | opt_sum.cc:unknown2003-02-231-1/+2
| | * | | | ALTER TABLE closes all open HANDLER's for the table in questionunknown2003-02-222-4/+8
| | * | | | do not allow COLUMN and AFTER/FIRST inunknown2003-02-221-3/+12
| | * | | | Reverted Sinisa's patch "Fixing the error messages returned on GRANTunknown2003-02-192-7/+3
| | * | | | Applied Sinisa's patch:unknown2003-02-192-2/+2
| | * | | | Applying Sinisa's patch:unknown2003-02-193-7/+1
| | * | | | - Applying Sinisa's Patch "Fixing the error messages returned on unknown2003-02-192-3/+7
| | * | | | ha_innodb.cc:unknown2003-02-181-2/+8
| | * | | | page0cur.c:unknown2003-02-181-2/+2
| | * | | | Merge abelkin@work.mysql.com:/home/bk/mysql-4.0unknown2003-02-179-72/+40
| | |\ \ \ \
| | * | | | | fixed invalidation of query cache on LOAD DATAunknown2003-02-141-0/+1
* | | | | | | Added num_geometries() and geometry_n() methods for MultiX geometry objects.unknown2003-02-262-3/+114
|/ / / / / /
* | | | | | Forbid NULL geometry fields unknown2003-02-251-0/+5
* | | | | | Fix for the prepared statement access checksunknown2003-02-241-5/+26
* | | | | | 1. Fix for the crash in debug mode when the .frm is corrupted and SHOW TABLE ...unknown2003-02-241-1/+2
* | | | | | Merge vkishkin@work.mysql.com:/home/bk/mysql-4.1unknown2003-02-244-2/+16
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | add option default-week-format and variable default_week_format unknown2003-02-194-2/+16
* | | | | | Merge work:/home/bk/mysql-4.1unknown2003-02-241-2/+4
|\ \ \ \ \ \
| * | | | | | make EXPLAIN killableunknown2003-02-211-2/+4
* | | | | | | merge fixunknown2003-02-2227-114/+122
|\ \ \ \ \ \ \
| * | | | | | | DATABASE character set is never blank anymoreunknown2003-02-213-10/+10
| |/ / / / / /
| * | | | | | Windows portabilty fixups (last commit caused some errors, so recomitting) - ...unknown2003-02-209-17/+20
| * | | | | | Merge rkalimullin@work.mysql.com:/home/bk/mysql-4.1unknown2003-02-191-1/+1
| |\ \ \ \ \ \
| | * | | | | | Bug fix: rtree should handle nulls itselfunknown2003-02-191-1/+1
| * | | | | | | Merge sgluhov@work.mysql.com:/home/bk/mysql-4.1unknown2003-02-195-11/+18
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | * | | | | | ha_innodb.cc:unknown2003-02-181-0/+1
| | * | | | | | Made it work with bison 1.875. They've changed the "parse error" string intounknown2003-02-181-1/+2
| | |/ / / / /
| | * | | | | sql_table.cc, field.cc:unknown2003-02-173-10/+15
| * | | | | | Bug fix: for SHOW STATUS (when ssl is used)unknown2003-02-178-3/+24
| * | | | | | Merge gluh@192.168.21.1:/usr/home/bk/mysql-4.1unknown2003-02-177-22/+28
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Changed ROW_RESULT to defaultunknown2003-01-317-22/+28
| * | | | | | Merge with 4.0.11 tree to get latest bug fixesunknown2003-02-178-63/+32
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | * | | | | Fixed multi-table-delete for InnoDB tablesunknown2003-02-179-66/+32
| | * | | | | Merge mashka.mysql.fi:/home/my/mysql-3.23unknown2003-02-171-8/+10
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | / | | | | |_|/ | | | |/| |
| | | * | | Fixed problem with ISNULL on fields that could not be nullunknown2003-02-171-8/+10
| | | | |/ | | | |/|
| | | * | backported MERGE+MAX bugfix from 4.0unknown2003-02-121-4/+3
| | | * | backporting Peter's fix for better RAND() initialization from 4.0unknown2003-02-111-1/+1