Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed typo | monty@mashka.mysql.fi | 2003-01-17 | 1 | -1/+1 |
| | |||||
* | Fixed max_key_length when using UNIQUE keys. | monty@mashka.mysql.fi | 2002-12-27 | 2 | -2/+11 |
| | | | | This fixed a bug in GROUP BY on a BLOB column with NULL values. | ||||
* | - Applied required modifications for automake 1.5 | lenz@mysql.com | 2002-11-17 | 1 | -11/+0 |
| | | | | - "make distcheck" needs to be fixed | ||||
* | fixed MyISAM crash on dynamic-row tables with huge number of to-be-packed fields | serg@serg.mysql.com | 2002-10-28 | 1 | -1/+2 |
| | |||||
* | Fixed missing table_list->name -> table_list->alias convert | monty@mashka.mysql.fi | 2002-10-08 | 1 | -1/+1 |
| | |||||
* | Fixed bug with GROUP BY on NULL fields. | monty@mashka.mysql.fi | 2002-08-05 | 2 | -2/+7 |
| | | | | (Merge of code from 4.0) | ||||
* | bugfix: uniques did not contributed to MYI tot_length estimation, which ↵ | serg@sergbook.mysql.com | 2002-07-25 | 1 | -0/+3 |
| | | | | resulted in "Index file full" error on huge SELECT DISTINCT's | ||||
* | Fixed copyright in pack_isam.c | monty@hundin.mysql.fi | 2002-06-29 | 1 | -2/+2 |
| | |||||
* | SHOW VARIABLES LIKE ... are now case insensitive | monty@tik.mysql.fi | 2002-04-18 | 1 | -2/+1 |
| | | | | | | Fixed stack overflow checking with crash-me with gcc 3.0.4 Using @@unknown_variable doesn't hang client anymore Added @@VERSION variable | ||||
* | Fix for bug in WHERE key='j' or key='J' | monty@hundin.mysql.fi | 2002-03-22 | 1 | -12/+5 |
| | |||||
* | Removed compiler warnings | monty@hundin.mysql.fi | 2002-02-09 | 1 | -1/+1 |
| | |||||
* | small bugfix | serg@serg.mysql.com | 2002-01-19 | 1 | -2/+2 |
| | |||||
* | Fixed bug in LEFT JOIN | monty@hundin.mysql.fi | 2001-12-05 | 1 | -4/+3 |
| | |||||
* | Fixed problem when repairing packed MyISAM files. | monty@hundin.mysql.fi | 2001-11-22 | 5 | -33/+59 |
| | |||||
* | Added missing mysqlbinlog to binary distributions. | monty@hundin.mysql.fi | 2001-11-07 | 1 | -2/+4 |
| | | | | Applied patch to mysqlhotcopy | ||||
* | Portability fixes | monty@hundin.mysql.fi | 2001-10-31 | 2 | -2/+3 |
| | |||||
* | Update for OS2 (patch from Yuri Dario). | monty@hundin.mysql.fi | 2001-10-31 | 2 | -1/+5 |
| | | | | | | Use LONG_TIMEOUT (one year) instead of ~0 for long timeouts Fixed error messages. Fixed problem with const propagation when comparing columns of different types | ||||
* | Fixed bug in INSERT DELAYED | monty@hundin.mysql.fi | 2001-10-02 | 1 | -14/+10 |
| | | | | | Fixed some problems in SHOW CREATE TABLE Fixed calculation of checksums in myisamchk | ||||
* | Fix bug in SELECT EXPLAIN ... ORDER BY | monty@hundin.mysql.fi | 2001-09-18 | 1 | -6/+0 |
| | |||||
* | Fix for LOAD DATA FROM MASTER when using tables with checksum | monty@hundin.mysql.fi | 2001-09-18 | 1 | -2/+31 |
| | | | | Fixed some wrong test cases | ||||
* | OS2 patch | monty@hundin.mysql.fi | 2001-09-12 | 2 | -27/+27 |
| | |||||
* | Ensure that libmysqlclient doesn't use raid | monty@hundin.mysql.fi | 2001-09-04 | 2 | -2/+2 |
| | | | | Fix problem with MyISAM and rows of length 65517-65520 | ||||
* | Fix to not running mysqld as root by default | monty@hundin.mysql.fi | 2001-09-02 | 1 | -1/+1 |
| | |||||
* | Portability fixes | monty@hundin.mysql.fi | 2001-08-31 | 2 | -6/+3 |
| | |||||
* | Portability fixes | monty@hundin.mysql.fi | 2001-08-30 | 1 | -2/+1 |
| | |||||
* | Fixed problem in myisampack with blobs | monty@hundin.mysql.fi | 2001-08-30 | 2 | -4/+5 |
| | |||||
* | Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql | serg@serg.mysql.com | 2001-08-29 | 1 | -3/+2 |
|\ | |||||
| * | "freeing of unallocated pointer" bug fixed | serg@serg.mysql.com | 2001-08-29 | 1 | -3/+2 |
| | | |||||
* | | Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql | monty@hundin.mysql.fi | 2001-08-23 | 1 | -2/+1 |
|\ \ | |||||
| * | | Portability fixes | monty@hundin.mysql.fi | 2001-08-23 | 1 | -2/+1 |
| |/ | |||||
* | | Merge | tim@white.box | 2001-08-21 | 1 | -3/+2 |
|\ \ | |/ |/| | |||||
| * | myisamchk.c Make --set-character-set actually do something. | tim@white.box | 2001-08-21 | 1 | -3/+2 |
| | | |||||
* | | Fixes for OS2. | monty@hundin.mysql.fi | 2001-08-22 | 11 | -78/+85 |
|/ | | | | | Fix bug in isamlog Add argument types to function declarations. | ||||
* | Portability fixes. | monty@hundin.mysql.fi | 2001-08-18 | 4 | -15/+19 |
| | | | | | | Let myisamchk generate a new checksum for compressed data. Don't unconditionally force filenames to lower case on windows. Update mysqltest to match 4.0 source (to get some of the new bug fixes into 3.23) | ||||
* | Fix when using --without-server --with-thread-safe-client | monty@tik.mysql.fi | 2001-08-04 | 1 | -2/+2 |
| | | | | | | Added prototype for my_thread_end New error message for MATCH Give error when using myisamchk --force --readonly | ||||
* | Merge | monty@tik.mysql.fi | 2001-07-16 | 2 | -2/+16 |
|\ | |||||
| * | Patch for netBSD | monty@tik.mysql.fi | 2001-07-16 | 2 | -2/+16 |
| | | | | | | | | | | | | Added warning for tables where the auto_increment key is 0 Fixed DELETE ... LIMIT 0 Fixed UPDATE ..LIMIT 0 | ||||
* | | bug fixed | serg@serg.mysql.com | 2001-07-12 | 1 | -0/+4 |
|/ | |||||
* | Cleanup | monty@hundin.mysql.fi | 2001-06-28 | 1 | -3/+4 |
| | |||||
* | Changed compare in MyISAM to use my_pread() | monty@tik.mysql.fi | 2001-06-11 | 2 | -6/+5 |
| | | | | | | | Fixed that @VAR shows all decimals Fixed problem with FLUSH TABLES and LOCK TABLE CREATE ... SELECT now creates keys later Reset AUTO_INCREMENT order if droping AUTO_INCREMENT key | ||||
* | Added --skip-symlinks | monty@hundin.mysql.fi | 2001-06-01 | 2 | -1/+6 |
| | | | | Don't force repair of tables that are not closed properly. | ||||
* | Fixed bug when using MERGE on files > 4G | monty@donna.mysql.fi | 2001-05-17 | 2 | -5/+5 |
| | | | | | | Fixed bug in SELECT db1.table.* FROM db1.table,db2.table Fixed bug in INSERT DELAYED when doing shutdown and a table was locked Changed that tmp_table_size =4G-1 means unlimited. | ||||
* | Fix for BDB and LOCK TABLES | monty@donna.mysql.fi | 2001-04-19 | 1 | -3/+2 |
| | |||||
* | Fixed bug when using a key on a CHAR(255) NULL column | monty@donna.mysql.fi | 2001-04-12 | 1 | -0/+3 |
| | |||||
* | Fixed bug in ALTER TABLE | monty@donna.mysql.fi | 2001-04-01 | 3 | -13/+5 |
| | | | | | Removed _mi_rkey() function New fork_big.pl multi-thread test | ||||
* | Let ALTER TABLE and LOAD DATA INFILE use sorting to create index | monty@donna.mysql.fi | 2001-03-28 | 2 | -2/+9 |
| | | | | Call init_signals before intializing table handlers. This should fix the signal problem in Innobase on Solaris | ||||
* | Fix a crash in Innobase with tables with many columns and a range query | monty@donna.mysql.fi | 2001-03-26 | 1 | -52/+0 |
| | | | | Removed all Attic directories. | ||||
* | Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macro | monty@donna.mysql.fi | 2001-03-26 | 1 | -1/+1 |
| | | | | (For glibc 2.2) | ||||
* | Added isolation levels | monty@tik.mysql.fi | 2001-03-21 | 1 | -0/+3 |
| | | | | Added SELECT .. FOR UPDATE and SELECT .. IN SHARE MODE | ||||
* | Improved ANALYZE TABLE a bit for small tables. | monty@donna.mysql.fi | 2001-03-15 | 1 | -6/+4 |
| |