summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fixed core dump bug in str LIKE "%other_str%" where strings contained charact...unknown2003-01-103-24/+43
* | | changing a bit SHOW GRANTS to display empty row in global table.unknown2003-01-091-2/+0
|/ /
* | Don't count NULL values in cardinalty for MyISAM tables.unknown2003-01-099-34/+81
* | mergeunknown2003-01-081-1/+1
|\ \
| * | Fix embedded server crashunknown2003-01-071-0/+2
* | | Fix for bug in LOAD DATA INFILE and replicationunknown2003-01-084-13/+56
* | | Portability fixesunknown2003-01-074-18/+33
|/ /
* | A lot of portability fixes.unknown2003-01-056-11/+40
* | Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0unknown2003-01-044-96/+165
|\ \
| * | Added support for max_allowed_packet in option files read by mysql_option()unknown2003-01-044-96/+165
* | | Merge rkalimullin@work.mysql.com:/home/bk/mysql-4.0unknown2003-01-031-1/+1
|\ \ \ | |/ / |/| |
| * | Fix for the QUOTE() function.unknown2003-01-031-1/+1
* | | Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0unknown2003-01-022-3/+24
|\ \ \
| * \ \ Merge sinisa@work.mysql.com:/home/bk/mysql-4.0unknown2003-01-022-3/+24
| |\ \ \
| | * | | Fixing some bugs in client - server protocol and adding a feature unknown2003-01-022-3/+24
| | |/ /
* | | | Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0unknown2003-01-021-4/+2
|\ \ \ \ | |/ / /
| * | | ha_innodb.cc:unknown2002-12-311-4/+2
| |/ /
* | | Small optimization of sending big blocks.unknown2003-01-022-25/+38
* | | Cut hostnames at HOSTNAME_LENGTH to avoid theoretical hostname overrunsunknown2002-12-266-15/+14
|/ /
* | Many files:unknown2002-12-221-11/+26
* | Merge with 3.23:unknown2002-12-213-4/+10
|\ \ | |/
| * Optimization of CASE bug fixunknown2002-12-211-3/+2
| * Merge work:/home/bk/mysqlunknown2002-12-201-1/+2
| |\
| | * removed chroot() bugfix, now --chroot in 3.23 is broken again :((unknown2002-12-201-1/+2
| * | ha_innobase.cc:unknown2002-12-191-1/+8
| * | Merge sinisa@work.mysql.com:/home/bk/mysqlunknown2002-12-162-2/+5
| |\ \ | | |/ | |/|
| | * fix for a bug in CASE ...WHEN ...unknown2002-12-162-2/+2
| | * Fix for a bug with mysql_select_db() on manually createdunknown2002-12-141-0/+3
* | | errmsg.txt:unknown2002-12-211-2/+2
* | | Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0unknown2002-12-2011-27/+109
|\ \ \
| * | | Changed thd variables max_join_size and select_limit to type ha_rows.unknown2002-12-2011-27/+109
* | | | Fix for found rows in multi-table updatesunknown2002-12-181-3/+2
|/ / /
* | | Use delayed create index for LOAD DATA INFILE, INSERT ... SELECT and CREATE ....unknown2002-12-161-1/+1
* | | Merge with 3.23 to get patch for lower_case_table_names for MacOSXunknown2002-12-141-2/+7
|\ \ \ | |/ /
| * | Make --lower-case-table-names default on MacOSXunknown2002-12-141-1/+6
| * | Transactions in AUTOCOMMIT=0 mode didn't rotate binary log.unknown2002-12-141-0/+3
* | | Transactions in AUTOCOMMIT=0 mode didn't rotate binary logunknown2002-12-143-6/+21
* | | Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0unknown2002-12-131-1/+2
|\ \ \
| * | | Fixed syntax error in sql_yacc.yy (with bison 1.75).unknown2002-12-131-1/+2
* | | | Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0unknown2002-12-131-1/+1
|\ \ \ \ | |/ / /
| * | | - HP/UX 11 compile fix: fixed "records_in_range" class definitionunknown2002-12-131-1/+1
* | | | Merge patch for LOCK TABLES and SLAVE STOPunknown2002-12-131-0/+18
|\ \ \ \ | | |/ / | |/| |
| * | | Forbid SLAVE STOP if the thread executing the query has lockedunknown2002-12-131-0/+18
| | |/ | |/|
* | | Fixed possible replication problem in LOAD DATA INFILE with innodb tables.unknown2002-12-131-6/+9
* | | RESET SLAVE and CHANGE MASTER will now give an error if slave is running.unknown2002-12-132-39/+73
| |/ |/|
* | Removed compiler warningsunknown2002-12-124-6/+4
* | log.cc:unknown2002-12-111-2/+14
* | Add CHARSET keyword (missing from last push)unknown2002-12-112-2/+5
* | Ensure that BEGIN / COMMIT is handled properly if slave diesunknown2002-12-116-32/+67
* | Merge with 3.23unknown2002-12-113-6/+11
|\ \ | |/