An error occurred fetching the project authors.
- 17 Jun, 2005 1 commit
-
-
jimw@mysql.com authored
which the query contained more words than we allocated space. (Bug #7858)
-
- 09 Jun, 2005 1 commit
-
-
reggie@mdk10.(none) authored
Without this patch, all file elements in info have symlink resolved pathnames. This means append_create_info does not have any way of showing the correct database name when a symlinked database is used.
-
- 07 Jun, 2005 2 commits
-
-
monty@mysql.com authored
Fix instead wrong call to ha_key_cmp This is related to bug #10741 Inserting double value into utf8 column crashes server
-
bar@mysql.com authored
produces invalid query results mi_key.c: well_formed_length should be executed before space trimming, not after. ctype_utf8.test: ctype_utf8.result: adding test.
-
- 03 Jun, 2005 2 commits
-
-
mronstrom@mysql.com authored
After review fix Copy from internal state to share state only when in lock write mode (happens only when lock table x write has been performed since update_state_info is only called when holding a TL_READ_NO_INSERT lock normally. Previous patch would have failed in combination with delayed writes.
-
mronstrom@mysql.com authored
Analyze table corrupts the state on data_file_length, records, index_file_length... by writing the shared state when there is an updated internal state due to inserts or deletes Fixed by synching the shared state with the internal state before writing it to disk Added test cases of 2 error cases and a normal case in new analyze test case
-
- 20 May, 2005 1 commit
-
-
ramil@mysql.com authored
-
- 13 May, 2005 2 commits
-
-
sergefp@mysql.com authored
way in ALTER TABLE ... ENABLE KEYS, ANALYZE TABLE and after bulk insert: now statistics collection always assumes NULLs are inequal.
-
monty@mysql.com authored
Fixed wrong buffer usage for auto-increment key with blob part that caused CHECK TABLE to report that the table was wrong. (Bug #10045)
-
- 28 Apr, 2005 1 commit
-
-
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.
-
- 20 Apr, 2005 1 commit
-
-
joerg@mysql.com authored
Rename 'IS_LINUX' configuration variable to 'TARGET_LINUX'.
-
- 15 Apr, 2005 1 commit
-
-
ingo@mysql.com authored
Fixed some casts for 64-bit systems. Fixed a possible buffer overflow.
-
- 11 Apr, 2005 1 commit
-
-
serg@serg.mylan authored
-
- 08 Apr, 2005 1 commit
-
-
ingo@mysql.com authored
Since 4.1 keys are compared with trailing spaces. Thus, a "x " key can be inserted between a couple of "x" keys. The existing code did not take this into account. Though the comments in the code claimed it did.
-
- 31 Mar, 2005 2 commits
-
-
joerg@mysql.com authored
Added a missing comma. Originally contained in 2005/03/04 09:30:22+01:00 ingo@mysql.com; contained in MySQL 4.1.10a; re-committed for archival purposes.
-
joerg@mysql.com authored
Originally contained in 2005/03/03 19:51:29+01:00 serg@serg.mylan; contained in MySQL 4.1.10a; re-committed for archival purposes.
-
- 24 Mar, 2005 1 commit
-
-
bar@mysql.com authored
Wrong help string fix.
-
- 09 Mar, 2005 1 commit
-
-
serg@serg.mylan authored
recalculate stats/gws for the last word in the index too remove unused code
-
- 06 Mar, 2005 1 commit
-
-
serg@serg.mylan authored
protection against invalid string in ft_get_word mysys/my_symlink2.c typo fixed
-
- 04 Mar, 2005 3 commits
-
-
serg@serg.mylan authored
-
konstantin@mysql.com authored
-
ingo@mysql.com authored
Added a missing comma.
-
- 03 Mar, 2005 1 commit
-
-
serg@serg.mylan authored
-
- 02 Mar, 2005 1 commit
-
-
ingo@mysql.com authored
Added a check, if the table, which we are going to create, is open. This can happen if a MERGE mapped table is TRUNCATEd.
-
- 22 Feb, 2005 1 commit
-
-
bar@mysql.com authored
What we need to be able to set in myisamchk is actually a collation, not a character set. This fix just changes to display the proper error message.
-
- 18 Feb, 2005 2 commits
-
-
bar@mysql.com authored
Backporting Monty's fix for 5.0 into 4.1.
-
hf@deer.(none) authored
Some variable wasn't moved to the initial state during mysql_server_end
-
- 15 Feb, 2005 1 commit
-
-
dean@mysql.com authored
Added bounds check to avoid accessing unallocated FT_DOC array. (BUG #8522)
-
- 14 Feb, 2005 1 commit
-
-
svoj@mysql.com authored
Fix for crash when using a double quote in boolean fulltext query.
-
- 11 Feb, 2005 1 commit
-
-
serg@serg.mylan authored
-
- 08 Feb, 2005 1 commit
-
-
jani@ua141d10.elisa.omakaista.fi authored
-
- 04 Feb, 2005 1 commit
-
-
serg@serg.mylan authored
ftbw->off wasn't cleared on reinit - Bug#8234
-
- 24 Jan, 2005 1 commit
-
-
serg@serg.mylan authored
-
- 18 Jan, 2005 2 commits
-
-
serg@serg.mylan authored
-trunc* bug - don't increase yweaks in this case
-
monty@mysql.com authored
-
- 15 Jan, 2005 1 commit
-
-
serg@serg.mylan authored
-
- 03 Jan, 2005 1 commit
-
-
hf@deer.(none) authored
-
- 15 Dec, 2004 1 commit
-
-
konstantin@mysql.com authored
not simply inline, to fix the linking failure on Sun Solaris 9 (sparc) with Sun Studio 9, reported by Peter Harvey.
-
- 10 Dec, 2004 1 commit
-
-
hf@deer.(none) authored
(after discussion with SerG)
-
- 07 Dec, 2004 1 commit
-
-
serg@serg.mylan authored
-