summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* coverted my_thread_init() /end to use my_malloc()/my_free() to help trackunknown2002-03-261-2/+21
* replication updates and bugfixes. Still not perfect - there is some strangeunknown2002-03-159-10/+73
* slave start <options> to be able to dounknown2002-03-095-3/+26
* Merge work:/home/bk/mysql-4.0unknown2002-03-091-0/+2
|\
| * fixed replication bugunknown2002-03-091-0/+2
* | Merge sinisa@work.mysql.com:/home/bk/mysql-4.0unknown2002-03-091-0/+7
|\ \ | |/ |/|
| * A fix for the --with-libwrap for Linux.unknown2002-03-091-0/+7
* | fixed replication assert failure ( found by Jeremy Zawodny)unknown2002-03-081-27/+35
* | Merge work:/home/bk/mysql-4.0unknown2002-03-081-1/+1
|\ \ | |/ |/|
| * DBUG_ASSERT_LOCKunknown2002-03-081-1/+1
* | Merge sinisa@work.mysql.com:/home/bk/mysql-4.0unknown2002-03-071-3/+3
|\ \
| * | better fix for a bug fix from yesterdayunknown2002-03-071-3/+3
| |/
* | mergeunknown2002-03-0613-65/+97
|\ \ | |/ |/|
| * mergeunknown2002-03-066-43/+53
| |\
| | * Fixed bug in DATE_FORMAT when used with GROUP BYunknown2002-03-063-2/+3
| | * Corrected fix for not freed memory when using corrupted tablesunknown2002-03-052-1/+2
| | * Merge hundin:/my/mysql-3.23 into tik.mysql.fi:/home/my/mysql-3.23unknown2002-03-051-1/+1
| | |\
| | | * Update scripts for new POSIX specunknown2002-03-051-1/+1
| * | | mergeunknown2002-03-027-22/+48
| |\ \ \
| | * | | Fix sorting of NULL values (Should always be first)unknown2002-03-026-22/+46
| | * | | Fix to work with old ISAM privilege tables + ssl support.unknown2002-02-181-1/+3
* | | | | several bug fixes and testsunknown2002-03-051-3/+3
* | | | | fixed the use of unitialized variable - code now works on the test system unknown2002-03-022-1/+3
* | | | | merged from 3.23 to pull the LOAD DATA INFILE fix as rpl000001 was failing.unknown2002-03-013-3/+3
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Changes for to control the tables and log clean up.unknown2002-02-202-34/+48
| * | | | memory leak with broken tables fixedunknown2002-02-202-1/+1
| | |_|/ | |/| |
* | | | Merge work:/home/bk/mysql-4.0unknown2002-03-012-1/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | make my_vsnprintf() work with oversized stringsunknown2002-03-012-1/+3
| | |/ | |/|
* | | Merge work:/home/bk/mysql-4.0unknown2002-03-013-85/+89
|\ \ \
| * | | many fixesunknown2002-02-281-4/+4
| * | | Surgical changes in sql_select and sql_union code in order to unknown2002-02-282-81/+85
* | | | fulltext+const_table bug fixedunknown2002-03-014-1/+5
|/ / /
* | | Small addition to SHOW GRANTSunknown2002-02-231-0/+7
* | | some UNION bug fixes..unknown2002-02-212-131/+174
* | | small fix for 2.95.4 compilerunknown2002-02-191-2/+2
|/ /
* | Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0unknown2002-02-151-2/+1
|\ \
| * | reverting wrong fixunknown2002-02-111-2/+1
* | | Fix after merge from 3.23unknown2002-02-153-7/+7
* | | merge with 3.23.49unknown2002-02-1410-16/+45
|\ \ \ | | |/ | |/|
| * | Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysqlunknown2002-02-145-4/+19
| |\ \
| | * | Don't give warnings for empty statements with commentsunknown2002-02-145-4/+19
| * | | dict0dict.h, dict0dict.c, row0mysql.c, ha_innobase.cc:unknown2002-02-141-1/+4
| * | | row0mysql.c, sql_db.cc:unknown2002-02-141-2/+8
| |/ /
| * | changed bool -> my_boolunknown2002-02-141-1/+1
| * | Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysqlunknown2002-02-141-2/+11
| |\ \
| | * | ha_innobase.cc:unknown2002-02-141-2/+11
| * | | Use NAMES_SEP_CHAR also for enums (Fix for supportwizard)unknown2002-02-132-7/+2
| |/ /
| * | Fix for LOAD DATA LOCAL INFILE patchunknown2002-02-131-2/+2
| * | Merge hundin:/my/mysql-3.23 into tik.mysql.fi:/home/my/mysql-3.23unknown2002-02-135-11/+25
| |\ \
| | * | Made LOAD DATA LOCAL INFILE more secureunknown2002-02-135-11/+25