Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Big code cleanup/review before 4.0.2 release. | monty@mashka.mysql.fi | 2002-06-11 | 1 | -1/+1 |
| | | | | | (All commit emails since 4.0.1 checked) This had to be done now, before the 4.1 tree changes to much, to make it easy to propagate bug fixes to the 4.1 tree. | ||||
* | Added a lot of DBUG_xxx statements to be able to find replication bug. | monty@bitch.mysql.fi | 2002-06-08 | 1 | -3/+16 |
| | | | | | Fixed critical bug on 64 bit systems. Cleanups | ||||
* | Fixes for gcc 3.1 | monty@hundin.mysql.fi | 2002-05-21 | 4 | -5/+5 |
| | | | | Fixed bug in new code for regexp LIKE NULL | ||||
* | Merge work.mysql.com:/home/bk/mysql-4.0 | akishkin@work.mysql.com | 2002-05-17 | 1 | -1/+2 |
|\ | | | | | | | into work.mysql.com:/home/akishkin/mysql-4.0 | ||||
| * | compile-pentium-gcov Remove optimization, add innodb and bdb | akishkin@work.mysql.com | 2002-05-17 | 1 | -1/+2 |
| | | |||||
* | | Reworked the RPM spec file and added several fixes to make the | lenz@mysql.com | 2002-05-03 | 1 | -1/+2 |
|/ | | | | build scripts work again. | ||||
* | removed lost debug parameter | bell@sanja.is.com.ua | 2002-04-15 | 1 | -1/+1 |
| | |||||
* | query cache code can be excluded from server | bell@sanja.is.com.ua | 2002-04-15 | 1 | -1/+1 |
| | |||||
* | merge with 3.23.50 | monty@hundin.mysql.fi | 2002-03-27 | 1 | -8/+1 |
|\ | |||||
| * | Move test of gcc 3.0 from BUILD to configure | monty@hundin.mysql.fi | 2002-03-26 | 1 | -8/+1 |
| | | |||||
* | | fixed replication bug | sasha@mysql.sashanet.com | 2002-03-09 | 1 | -1/+1 |
| | | | | | | | | | | not yet tested - will not be pushed for a few hours - need to commit in order to pull | ||||
* | | load local fix | sasha@mysql.sashanet.com | 2002-03-02 | 3 | -1/+6 |
| | | | | | | | | | | overrun sentry in my_vsnprintf() test will not be pushed yet | ||||
* | | Use --enable-local-infile as default | monty@hundin.mysql.fi | 2002-02-14 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Enable LOAD DATA LOCAL by default | monty@hundin.mysql.fi | 2002-02-14 | 1 | -1/+1 |
| | | |||||
| * | Update to autoconf 2.52 | monty@hundin.mysql.fi | 2002-02-07 | 6 | -10/+12 |
| | | | | | | | | | | Fix of InnoDB variables in SHOW VARIABLES Fix for ALTER TABLE and InnoDB | ||||
* | | Update needed for SuSE 7.3 | monty@hundin.mysql.fi | 2002-01-26 | 9 | -26/+8 |
| | | | | | | | | Update for autoconf 2.52 | ||||
* | | Added macros for nice TIMESPEC usage. | monty@hundin.mysql.fi | 2002-01-02 | 3 | -2/+50 |
| | | | | | | | | | | | | | | | | Fixes for building MySQL with gcc 3.0 Added SIGNED / UNSIGNED casts Fixed core dump bug in net_clear() with libmysqld. Back to using semaphores in query cache. Added 'Null' and 'Index_type' to SHOW INDEX. | ||||
* | | New test results | monty@hundin.mysql.fi | 2001-12-13 | 1 | -1/+1 |
| | | |||||
* | | Misc fixes | tonu@volk.internalnet | 2001-12-10 | 1 | -1/+1 |
| | | |||||
* | | Fix for IO_CACHE. | monty@hundin.mysql.fi | 2001-11-28 | 1 | -3/+4 |
| | | | | | | | | Portability fixes. | ||||
* | | New improved IO_CACHE | monty@bitch.mysql.fi | 2001-11-28 | 1 | -0/+16 |
| | | |||||
* | | Fix bug when repairing compressed MyISAM files | monty@hundin.mysql.fi | 2001-11-22 | 1 | -1/+1 |
| | | | | | | | | LOCATE() is now case sensitive | ||||
* | | Fix wrong memory allocation in SHOW OPEN TABLES | monty@hundin.mysql.fi | 2001-11-08 | 1 | -2/+2 |
| | | |||||
* | | Portability fix. | monty@hundin.mysql.fi | 2001-11-07 | 1 | -1/+1 |
| | | | | | | | | Fixed linking problem with InnoDB. | ||||
* | | Portability fix | monty@hundin.mysql.fi | 2001-11-07 | 1 | -1/+1 |
| | | | | | | | | Cleanup typos (like SKIPP -> SKIP) | ||||
* | | merge with 3.23.44 | monty@hundin.mysql.fi | 2001-11-04 | 2 | -4/+11 |
|\ \ | |/ | |||||
| * | Fixed problem with t1 LEFT_JOIN t2 ... WHERE t2.date_column IS NULL when ↵ | monty@hundin.mysql.fi | 2001-11-03 | 1 | -1/+1 |
| | | | | | | | | date_column is declared as NOT NULL. | ||||
| * | Portability fixes | monty@hundin.mysql.fi | 2001-10-31 | 1 | -2/+2 |
| | | | | | | | | | | | | Fix for consistent 0000-00-00 date handling Close + open binary logs on flush tables Fix for AVG() in HAVING. | ||||
| * | Fix for gcc 3.0 | monty@hundin.mysql.fi | 2001-10-30 | 2 | -2/+9 |
| | | | | | | | | Fix for using quoted table names with the SJIS character set. | ||||
* | | Fix bugs in LEFT JOIN and field=NUL | monty@hundin.mysql.fi | 2001-10-20 | 3 | -3/+3 |
| | | |||||
* | | Don't depend on mit-pthreads include files when building libmysqld.a | monty@hundin.mysql.fi | 2001-10-09 | 1 | -6/+17 |
| | | |||||
* | | Fixed some build problems. | monty@hundin.mysql.fi | 2001-10-04 | 1 | -0/+13 |
| | | | | | | | | | | | | Fix that compressed packets and normal packets looks indentical before calling net_real_write() (Needed for query cache) Optimize IS NULL handling | ||||
* | | Merge work.mysql.com:/home/bk/mysql-4.0 | tonu@volk.internalnet | 2001-09-30 | 1 | -1/+1 |
|\ \ | | | | | | | | | | into volk.internalnet:/home/tonu/mysql-4.0 | ||||
| * | | SSL compiles and works as far as can see. Continue testing.. | tonu@volk.internalnet | 2001-09-30 | 1 | -1/+1 |
| | | | |||||
* | | | Final fixes for INSERT into MERGE tables. | monty@tik.mysql.fi | 2001-09-27 | 1 | -1/+1 |
|/ / | | | | | | | | | | | Move MAX_BLOB_WIDTH to be global Added full support for unsigned BIGINT Fixed spelling errors | ||||
* | | Added support of INSERT to MERGE tables | monty@hundin.mysql.fi | 2001-09-22 | 1 | -1/+1 |
| | | | | | | | | Fixes for embedded libary and openssl | ||||
* | | Merge with 3.23.42 | monty@work.mysql.com | 2001-09-13 | 1 | -1/+2 |
|\ \ | |/ | |||||
| * | added symbols files to RPM to resolve stack trace | sasha@mysql.sashanet.com | 2001-09-03 | 1 | -1/+2 |
| | | | | | | | | | | fixed Do-rpm to accept command-line options for easier testing/local RPM build | ||||
* | | merge | monty@hundin.mysql.fi | 2001-09-02 | 2 | -2/+25 |
|\ \ | |||||
| * \ | merge with 3.23.42 | monty@work.mysql.com | 2001-09-02 | 2 | -2/+25 |
| |\ \ | | |/ | |||||
| | * | Fix to get core files on Solaris | monty@bitch.mysql.fi | 2001-08-22 | 1 | -1/+1 |
| | | | |||||
| | * | Fix for bug in the Sun Workshop compiler | monty@bitch.mysql.fi | 2001-08-18 | 2 | -2/+25 |
| | | | |||||
* | | | Changed DB_TYPE_INNOBASE to DB_TYPE_INNODB | monty@hundin.mysql.fi | 2001-09-02 | 1 | -8/+0 |
|/ / | | | | | | | | | | | Fix that DROP DATABASE works with all table types Use BULK_INSERT when inserting more than one row Better TRUNCATE TABLE | ||||
* | | audio completion notification | sasha@mysql.sashanet.com | 2001-08-13 | 1 | -0/+8 |
| | | |||||
* | | merged | sasha@mysql.sashanet.com | 2001-08-11 | 2 | -7/+16 |
|\ \ | |/ | |||||
| * | Made SIGTERM safer for Solaris | monty@bitch.mysql.fi | 2001-08-11 | 1 | -6/+13 |
| | | |||||
| * | Fixed bug in ALTER TABLE for MERGE tables | monty@bitch.mysql.fi | 2001-08-10 | 1 | -1/+3 |
| | | | | | | | | | | | | Portability fixes Fixed problem when giving wrong arguments to myisam_recover Fix to remove warnings when using purify | ||||
* | | Added CPU automatic detection. It examines /proc/cpuinfo (if exists) and ↵ | tonu@x153.internalnet | 2001-08-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | finds out flags for -mcpu and -march. TODO is --with-cpu configure option to force some other processor type. Problem is not big as any Intel 686+ CPU will use -mcpu=pentiumpro anyway. Exceptions are Athlons and 586 processors. | ||||
* | | Fixed multi-table-delete | monty@hundin.mysql.fi | 2001-06-15 | 1 | -1/+1 |
| | | | | | | | | Optimize fixed length MyISAM rows to use pread/pwrite. | ||||
* | | auto-magic replication redirection logic support in the client, | sasha@mysql.sashanet.com | 2001-06-08 | 1 | -1/+2 |
| | | | | | | | | | | | | compiles, passes test suite, does magic, has bugs, but none that I know at this point. Have not tested everything yet, though. Changed a lot of code in the client, but normal stuff appears to be working. |