- 07 May, 2005 2 commits
-
-
svoj@mysql.com authored
-
svoj@mysql.com authored
fail.
-
- 06 May, 2005 1 commit
-
-
antony@ltantony.mysql.com authored
MySQL server 100% CPU if FLUSH TABLES WITH READ LOCK + INSERT Infinite loop caused by missing update to thd version.
-
- 29 Apr, 2005 1 commit
-
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-4.0-clean
-
- 28 Apr, 2005 2 commits
-
-
ingo@mysql.com authored
This is the second of three changesets. It contains the pure bug fix. It also contains the second after-review fixes. The problem was that with gcc on x86, shifts are done modulo word size. 'value' is 32 bits wide and shifting it by 32 bits is a no-op. This was triggered by an evil distribution of character incidences. A distribution of 2917027827 characters made of 202 distinct values led to 34 occurrences of 32-bit Huffman codes. This might have been the first time ever that write_bits() had to write 32-bit values. Since it can be expected that one day even 32 bits might be insufficient, the third changeset suggests to enlarge some variables to 64 bits.
-
jimw@mysql.com authored
-
- 27 Apr, 2005 1 commit
-
-
ingo@mysql.com authored
Added protection against global read lock while creating and initializing a delayed insert handler. Allowed to ignore a global read lock when locking the table inside the delayed insert handler. Added some minor improvements.
-
- 19 Apr, 2005 3 commits
-
-
lenz@mysql.com authored
while testing changes to the mysql-copyright scripts
-
lenz@mysql.com authored
- fixed copyright header and removed obsolete comments about how to build the manual using texinfo - added an "install-data-hook" to install the mysql.info info page. This seems to be the only way to install info pages, if they are not built from texinfo sources directly.
-
lenz@mysql.com authored
(it's already in EXTRA_DIST of the toplevel Makefile.am)
-
- 17 Apr, 2005 1 commit
-
-
lenz@mysql.com authored
already (and that's the Makefile that acutally creates it)
-
- 15 Apr, 2005 1 commit
-
-
serg@serg.mylan authored
don't set lex->lock_option=TL_READ in the parser for SELECT
-
- 14 Apr, 2005 4 commits
-
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-
serg@serg.mylan authored
bug#8151
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.0
-
ramil@mysql.com authored
set_bit replaced with internal_set_bit, clear_bit replaced with internal_clear_bit.
-
- 13 Apr, 2005 3 commits
-
-
lenz@mysql.com authored
- fixed a date for a changelog entry in the RPM spec file (s/Mar/Apr/) - RPM complains about wrongly ordered entries.
-
lenz@mysql.com authored
-
lenz@mysql.com authored
references to the .texi file and the build targets that depend on manual.texi as the input file. - added COPYING as a regular file instead of creating it during the build. This ensures that it's part of the sources when pulling from BK (it used to be extracted from the manual) - Removed a lot of cruft and unused/obsolete stuff from the Docs directory (e.g. Flags, Images) - added a dummy mysql.info placeholder file (the info file is still used as the source to extract various text files during the build). It will be replaced with a "real" file during the Bootstrap process to create the official source distribution - the placeholder just satisfies build dependencies.
-
- 10 Apr, 2005 1 commit
-
-
dlenev@mysql.com authored
function". We should not cache queries using CURRENT_USER() function as we do it for some other functions, e.g. USER() function.
-
- 06 Apr, 2005 1 commit
-
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-4.0-clean
-
- 05 Apr, 2005 3 commits
-
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-
serg@serg.mylan authored
-
jani@ua141d10.elisa.omakaista.fi authored
-
- 03 Apr, 2005 1 commit
-
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-4.0-bg8894
-
- 02 Apr, 2005 1 commit
-
-
serg@serg.mylan authored
sql/sql_table.cc: print an error with a function that respects width modifiers (%.64s)
-
- 31 Mar, 2005 1 commit
-
-
jimw@mysql.com authored
checked with --auto-repair mode returned an error (such as being a merge table). (Bug #9492)
-
- 30 Mar, 2005 3 commits
-
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-
serg@serg.mylan authored
-
kent@mysql.com authored
Added option --with-big-tables
-
- 29 Mar, 2005 2 commits
-
-
joerg@mysql.com authored
-
joerg@mysql.com authored
the current way of passing '-DBIG_TABLES' to the compilers. This is needed even in 4.0, as 'Do-compile-all' must use this new approach for all "max" builds in 4.0, 4.1, and up.
-
- 28 Mar, 2005 1 commit
-
-
dlenev@mysql.com authored
Fixed Field_timestamp::val_int() so now it works correctly in --new mode (or for TIMESTAMP(19) columns). Also removed unused Field_timestamp::fill_and_store() method.
-
- 26 Mar, 2005 2 commits
-
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-
serg@serg.mylan authored
-
- 21 Mar, 2005 1 commit
-
-
heikki@hundin.mysql.fi authored
If MySQL wrote to its binlog, but for some reason trx->update_undo and trx->insert_undo were NULL in InnoDB, then trx->commit_lsn was garbage, and InnoDB could assert in the log flush of trx_commit_complete_for_mysql() (Bug #9277)
-
- 17 Mar, 2005 4 commits
-
-
paul@frost.snake.net authored
into frost.snake.net:/Volumes/frost2/MySQL/bk/mysql-4.0
-
paul@frost.snake.net authored
-
paul@frost.snake.net authored
-
gbichot@quadxeon.mysql.com authored
into quadxeon.mysql.com:/nfstmp1/guilhem/mysql-4.0-4xeon
-