Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge sinisa@work.mysql.com:/home/bk/mysql | Sinisa@sinisa.nasamreza.org | 2003-01-17 | 4 | -21/+32 |
|\ | | | | | | | into sinisa.nasamreza.org:/mnt/work/mysql | ||||
| * | btr0btr.h, btr0btr.c, row0purge.c: | heikki@hundin.mysql.fi | 2003-01-16 | 3 | -2/+13 |
| | | | | | | | | Backport from 4.0: fix the BLOB hang if the index tree is of height 1 | ||||
| * | ha_innobase.cc: | heikki@hundin.mysql.fi | 2003-01-16 | 1 | -19/+19 |
| | | | | | | | | Backport from 4.0: fix possible adaprive hash index latch hang | ||||
* | | Merge sinisa@work.mysql.com:/home/bk/mysql | Sinisa@sinisa.nasamreza.org | 2003-01-08 | 29 | -47/+113 |
|\ \ | |/ | | | | | into sinisa.nasamreza.org:/mnt/work/mysql | ||||
| * | log0log.c: | heikki@hundin.mysql.fi | 2003-01-05 | 2 | -11/+27 |
| | | | | | | | | | | | | Backport bugfix from 4.0: combined log file size >= 2 GB could cause log to be written in wrong place btr0pcur.c: Backport bugfix from 4.0: index cursor restoration could theoretically fail | ||||
| * | Added O_BINARY flag to all my_fopen() calls. | monty@mashka.mysql.fi | 2002-12-27 | 1 | -3/+3 |
| | | | | | | | | (To make the current tests results work on windows) | ||||
| * | Fixed max_key_length when using UNIQUE keys. | monty@mashka.mysql.fi | 2002-12-27 | 4 | -2/+30 |
| | | | | | | | | This fixed a bug in GROUP BY on a BLOB column with NULL values. | ||||
| * | - fixes to properly make a "make distclean" (some files were not removed) | lenz@mysql.com | 2002-12-27 | 2 | -0/+3 |
| | | | | | | | | (There are probably some more to fix) | ||||
| * | Merge mysql.com:/space/my/mysql-3.23 | lenz@mysql.com | 2002-12-27 | 3 | -8/+5 |
| |\ | | | | | | | | | | into mysql.com:/space/my/mysql-3.23-build | ||||
| * | | - Applied various patches provided by Christian Hammers (MySQL maintainer | lenz@mysql.com | 2002-12-23 | 20 | -31/+50 |
| | | | | | | | | | | | | | | | for the Debian project) to fix some architecture-specific problems and some bugs | ||||
* | | | Fixing that 3.23 API / clients do not disconnect if a large | Sinisa@sinisa.nasamreza.org | 2003-01-04 | 4 | -696/+35 |
| | | | | | | | | | | | | | | | packet is issued. | ||||
* | | | merge fixes | Sinisa@sinisa.nasamreza.org | 2002-12-27 | 3 | -8/+5 |
|\ \ \ | | |/ | |/| | |||||
| * | | Safety fix to not allow one to specify too big max_alloc_packet to mysqld | monty@mashka.mysql.fi | 2002-12-26 | 2 | -2/+2 |
| | | | | | | | | | | | | Safety fix to not cause conflicts with extended packages in 4.0. | ||||
| * | | Updated comment | monty@mashka.mysql.fi | 2002-12-26 | 1 | -6/+3 |
| |/ | |||||
* | | reverting a patch | Sinisa@sinisa.nasamreza.org | 2002-12-27 | 1 | -1/+1 |
| | | |||||
* | | many bug fixes | Sinisa@sinisa.nasamreza.org | 2002-12-23 | 3 | -2/+4 |
|/ | |||||
* | Moved lower_case_table_name check to right place. | monty@mashka.mysql.fi | 2002-12-21 | 1 | -3/+2 |
| | |||||
* | Optimization of CASE bug fix | monty@mashka.mysql.fi | 2002-12-21 | 1 | -3/+2 |
| | |||||
* | btr0sea.c: | heikki@hundin.mysql.fi | 2002-12-20 | 1 | -3/+4 |
| | | | | Remove an assertion which can fail in a race of 3 threads | ||||
* | Merge work:/home/bk/mysql | serg@sergbook.mysql.com | 2002-12-20 | 1 | -1/+2 |
|\ | | | | | | | into sergbook.mysql.com:/usr/home/serg/Abk/mysql | ||||
| * | removed chroot() bugfix, now --chroot in 3.23 is broken again :(( | serg@sergbook.mysql.com | 2002-12-20 | 1 | -1/+2 |
| | | |||||
* | | ha_innobase.cc: | heikki@hundin.mysql.fi | 2002-12-19 | 1 | -1/+8 |
| | | | | | | | | Better error message to help users who created tables with < 3.23.54 where MySQL implicitly added a PRIMARY KEY definition | ||||
* | | Merge sinisa@work.mysql.com:/home/bk/mysql | Sinisa@sinisa.nasamreza.org | 2002-12-16 | 4 | -2/+14 |
|\ \ | |/ |/| | | | into sinisa.nasamreza.org:/mnt/work/mysql | ||||
| * | fix for a bug in CASE ...WHEN ... | Sinisa@sinisa.nasamreza.org | 2002-12-16 | 4 | -2/+11 |
| | | |||||
| * | Fix for a bug with mysql_select_db() on manually created | Sinisa@sinisa.nasamreza.org | 2002-12-14 | 1 | -0/+3 |
| | | | | | | | | database and lower case table names. | ||||
* | | On windows, delete any conflicting 'to' files on rename(from,to) | monty@mashka.mysql.fi | 2002-12-14 | 1 | -0/+7 |
| | | | | | | | | This fixes a bug with REPAIR TABLE t1 USE_FRM on windows. | ||||
* | | Make --lower-case-table-names default on MacOSX | monty@mashka.mysql.fi | 2002-12-14 | 2 | -5/+10 |
| | | |||||
* | | Transactions in AUTOCOMMIT=0 mode didn't rotate binary log. | monty@mashka.mysql.fi | 2002-12-14 | 1 | -0/+3 |
| | | |||||
* | | Merge work:/home/bk/mysql into mashka.mysql.fi:/home/my/mysql-3.23 | monty@mashka.mysql.fi | 2002-12-13 | 1 | -0/+18 |
|\ \ | |||||
| * | | Forbid SLAVE STOP if the thread executing the query has locked | monty@mashka.mysql.fi | 2002-12-13 | 1 | -0/+18 |
| |/ | | | | | | | tables. This removes a possible deadlock situation. | ||||
* | | - fixed another typo in NOHUP_NICENESS testing | lenz@mysql.com | 2002-12-13 | 1 | -1/+1 |
| | | |||||
* | | - added missing "test" to $NOHUP_NICENESS test (thanks to Nick Gaugler for | lenz@mysql.com | 2002-12-13 | 1 | -1/+1 |
| | | | | | | | | spotting and reporting this) | ||||
* | | - tagged ChangeSet 1.1276.3.1 as MySQL 3.23.54 | lenz@mysql.com | 2002-12-11 | 1 | -1/+1 |
|/ | | | | - bumped up version number in configure.in to 3.23.55 | ||||
* | Added back -max to server name if we are using InnoDB. | monty@mashka.mysql.fi | 2002-12-11 | 2 | -5/+5 |
| | |||||
* | Merge work:/home/bk/mysql into mashka.mysql.fi:/home/my/mysql-3.23 | monty@mashka.mysql.fi | 2002-12-11 | 2 | -5/+9 |
|\ | |||||
| * | Fixed rare bug in show processlist which could cause core dump if a new ↵ | monty@mashka.mysql.fi | 2002-12-11 | 2 | -5/+9 |
| | | | | | | | | thread was connecting. | ||||
* | | - make sure to replace HOSTNAME in mysql.server when packing up the binary | lenz@mysql.com | 2002-12-10 | 1 | -2/+2 |
| | | | | | | | | | | distribution (this will still be broken for 3.23.54) - make sure that mysql.server in the binary distribution is executable, too | ||||
* | | Update Windows binaries prefix according MySQL Pro release package | miguel@hegel.br | 2002-12-10 | 1 | -2/+2 |
| | | |||||
* | | row0mysql.c: | heikki@hundin.mysql.fi | 2002-12-05 | 1 | -1/+0 |
| | | | | | | | | Heikki will merge to 4.0: cleanup | ||||
* | | row0mysql.c, dict0dict.c, db0err.h, ha_innobase.cc: | heikki@hundin.mysql.fi | 2002-12-05 | 4 | -8/+61 |
| | | | | | | | | Heikki will merge to 4.0: Prevent listing the same column twice in an InnoDB index: that will cause index corruption when that col is UPDATEd | ||||
* | | Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql | serg@serg.mysql.com | 2002-12-05 | 1 | -2/+9 |
|\ \ | |/ |/| | |||||
| * | better fix for read_rows, same for read_one_row | serg@serg.mysql.com | 2002-12-05 | 1 | -2/+9 |
| | | |||||
* | | a test case for double free'ing of pointer in alter table ... | Sinisa@sinisa.nasamreza.org | 2002-12-04 | 1 | -0/+5 |
| | | |||||
* | | some code cleanup | Sinisa@sinisa.nasamreza.org | 2002-12-04 | 1 | -1/+0 |
| | | |||||
* | | Merge sinisa@work.mysql.com:/home/bk/mysql | Sinisa@sinisa.nasamreza.org | 2002-12-04 | 5 | -3/+14 |
|\ \ | | | | | | | | | | into sinisa.nasamreza.org:/mnt/work/mysql | ||||
| * | | A fix for double free'd pointer bug ... | Sinisa@sinisa.nasamreza.org | 2002-12-04 | 2 | -1/+9 |
| | | | |||||
| * | | Merge sinisa@work.mysql.com:/home/bk/mysql | Sinisa@sinisa.nasamreza.org | 2002-12-04 | 2 | -6/+14 |
| |\ \ | | |/ | | | | | | | into sinisa.nasamreza.org:/mnt/work/mysql | ||||
| * | | Merge sinisa@work.mysql.com:/home/bk/mysql | Sinisa@sinisa.nasamreza.org | 2002-12-02 | 3 | -2/+5 |
| |\ \ | | | | | | | | | | | | | into sinisa.nasamreza.org:/mnt/work/mysql | ||||
| | * | | Proper fix for SHOW VARS on 64-bit systems | Sinisa@sinisa.nasamreza.org | 2002-12-02 | 3 | -3/+6 |
| | | | | |||||
| | * | | moving fix elsewhere ... | Sinisa@sinisa.nasamreza.org | 2002-12-02 | 1 | -1/+1 |
| | | | |