summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge with 4.0unknown2003-04-0327-75/+300
|\
| * After merge fixunknown2003-04-031-10/+9
| * Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-04-031-0/+8
| |\
| | * add test file for rpl_loaddata.testunknown2003-04-031-0/+8
| * | Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-04-034-2/+37
| |\ \ | | |/
| | * Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-04-034-2/+37
| | |\
| | | * added test for replication load data into temporary table with additional opt...unknown2003-04-033-2/+31
| | | * Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.0unknown2003-04-032-0/+6
| | | |\
| | | | * Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.0unknown2003-03-252-0/+6
| | | | |\
| | | | | * fix bug with parameters of LOAD DATA INFILE in exec_eventunknown2003-03-252-0/+6
| * | | | | Updated results after mergeunknown2003-04-031-2/+2
| * | | | | Merge narttu.mysql.fi:/my/mysql-3.23 into narttu.mysql.fi:/my/mysql-4.0unknown2003-04-033-2/+9
| |\ \ \ \ \
| | * | | | | Fixed bug in memory allocation that could affect 64 bit systems (affected ham...unknown2003-04-033-2/+10
| * | | | | | Merge with 3.23 to get fixes for:unknown2003-04-036-18/+31
| |\ \ \ \ \ \ | | |/ / / / / | | | / / / / | | |/ / / / | |/| | | |
| | * | | | Portability fix (for AMD hammer)unknown2003-04-031-0/+1
| | * | | | Small-and-safe fix for bug #218: "LOAD DATA INFILE IGNORE is wellunknown2003-04-012-5/+5
| | * | | | A fix for a bug in MyISAM with large number of NULL columns and atunknown2003-03-252-4/+4
| | * | | | Merge bk-internal.mysql.com:/home/bk/mysql-3.23unknown2003-03-241-1/+4
| | |\ \ \ \
| | | * | | | Fixed bug that binary log was not locked during a DELETE FROM TABLE_NAME;unknown2003-03-241-1/+4
| | * | | | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-3.23unknown2003-03-193-9/+20
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | Do not silently do RESET MASTER when one does 'mysqldump --master-data' ;unknown2003-03-193-9/+20
| * | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-04-031-1/+1
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | Safer stack checkingunknown2003-04-031-1/+1
| * | | | | | Sprint task #856 : make table exclusion rules (in replication)unknown2003-04-011-0/+22
| * | | | | | Merge gweir@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-03-314-233/+0
| |\ \ \ \ \ \
| | * | | | | | Add new XDC file for NetWare pre-emption, drop old build scripts, libmysqld.defunknown2003-03-314-233/+0
| | |/ / / / /
| * | | | | | - Fix for bug #200 (added missing @WRAPLIBS@ to LIBS in unknown2003-03-311-1/+1
| * | | | | | truncating REPLACE result bug fixunknown2003-03-303-2/+6
| |/ / / / /
| * | | | | Improve make_binary_distribution from Novell code at Monty's requestunknown2003-03-272-30/+25
| * | | | | Merge gweir@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-03-273-29/+31
| |\ \ \ \ \
| | * \ \ \ \ Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-03-272-27/+29
| | |\ \ \ \ \
| | * | | | | | mysqld.cc:unknown2003-03-271-1/+1
| | * | | | | | fixed problem of port without host in SHOW PROCESSLIST (bug 189)unknown2003-03-261-1/+1
| * | | | | | | Merge gweir@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-03-266-31/+196
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | - fixed typo (build_command -> build-command)unknown2003-03-251-1/+1
| | * | | | | | - added new option "--build-command" to be able to use differentunknown2003-03-251-31/+45
| | * | | | | | crash-me.sh:unknown2003-03-261-0/+109
| | | |_|_|/ / | | |/| | | |
| | * | | | | Fix for small bug #186 (If a connection has temporary tables and doesunknown2003-03-251-0/+10
| * | | | | | Merge gweir@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-03-249-104/+61
| |\ \ \ \ \ \
| | * | | | | | Post-4.0.12 changes from Novell: mostly NetWare-related code changes to utili...unknown2003-03-219-104/+61
* | | | | | | | Fixed problem with const table named with crashed test suite on MacOSXunknown2003-04-024-3/+11
* | | | | | | | cp1257.xml, Index.xml:unknown2003-04-012-4/+4
* | | | | | | | Some collation have been renamed to fit into convensionunknown2003-04-0126-128/+128
* | | | | | | | Standard charset names:unknown2003-04-013-12/+11
* | | | | | | | charset2html.c:unknown2003-04-011-2/+37
* | | | | | | | mbcharlen() is now used instead of ismbhead(). The last one has been removed.unknown2003-04-0118-72/+13
* | | | | | | | Bug fix: should use my_free() instead of my_afree() after my_multi_malloc().unknown2003-04-011-1/+1
* | | | | | | | my_strncasecmp() is not used anymore. Use my_strncoll() instead.unknown2003-04-0121-65/+7
* | | | | | | | Some optimization in CHARSET_INFO:unknown2003-04-0125-257/+45
* | | | | | | | Better error messageunknown2003-04-012-10/+5