- 29 Apr, 2005 7 commits
-
-
sergefp@mysql.com authored
relative sizes of int/long/longlong.
-
evgen@moonbone.local authored
into moonbone.local:/usr/src/mysql-4.1
-
evgen@moonbone.local authored
Reset old error if tmp table was successfully created. Test data is large and can be found in bug report along with test query.
-
mskold@mysql.com authored
into mysql.com:/usr/local/home/marty/MySQL/mysql-4.1
-
mskold@mysql.com authored
into mysql.com:/usr/local/home/marty/MySQL/mysql-4.1
-
mskold@mysql.com authored
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-4.1-4100
-
- 28 Apr, 2005 11 commits
-
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-4.1-4100
-
ingo@mysql.com authored
Changed the creation of the .MRG file so that only the table name is written when the MyISAM table is in the same database as the MERGE table, a relative path is used in other cases in mysqld, and possibly an absolute path is used in an embedded server. No test case is added as the external behaviour is unchanged. Only the file names within the .MRG file are changed.
-
sergefp@mysql.com authored
into mysql.com:/home/psergey/mysql-4.1-bug9298
-
ingo@mysql.com authored
Merge from 4.0.
-
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.
-
msvensson@neptunus.(none) authored
-
mskold@mysql.com authored
into mysql.com:/usr/local/home/marty/MySQL/mysql-4.1
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-4.1
-
msvensson@neptunus.(none) authored
- Remove ha_archive::rename_table and move the fix to handler::rename_table
-
mskold@mysql.com authored
Fix for avoiding gettin Invalid schema object version when doing local changes, more post review fixes
-
mskold@mysql.com authored
-
- 27 Apr, 2005 21 commits
-
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-4.1
-
sergefp@mysql.com authored
into mysql.com:/home/psergey/mysql-4.1-bug9298
-
ingo@mysql.com authored
After merge fix.
-
sergefp@mysql.com authored
into mysql.com:/home/psergey/mysql-4.1-bug9298
-
sergefp@mysql.com authored
into mysql.com:/home/psergey/mysql-4.1-bug9298
-
ingo@mysql.com authored
-
mskold@mysql.com authored
-
msvensson@neptunus.(none) authored
-
mskold@mysql.com authored
into mysql.com:/usr/local/home/marty/MySQL/mysql-4.1
-
joerg@mysql.com authored
into mysql.com:/M41/mysql-4.1
-
ramil@mysql.com authored
into mysql.com:/usr/home/ram/work/4.1.b9803
-
msvensson@neptunus.(none) authored
- Reverted removal of errorcheck mutex initialise, used in safe_mutex_init.
-
msvensson@neptunus.(none) authored
- Made a script that selects the best compiler optimizations for the current cpu. - Use the script from BUILD/SETUP.sh
-
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.
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-4.1
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-4.1
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-4.1
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-4.1
-
msvensson@neptunus.(none) authored
- Display error if system readline or libedit can't be found
-
msvensson@neptunus.(none) authored
- Changed makelist.sh - Bump up required version of autoconf - Use new style to init mutex in my_thr_init
-
joreland@mysql.com authored
into mysql.com:/home/jonas/src/mysql-4.1
-
- 26 Apr, 2005 1 commit
-
-
heikki@hundin.mysql.fi authored
Fix a problem in crash recovery of .ibd files on Windows if the user used lower_case_table_names=0 or 2; the directory scan in crash recovery forgot to put all paths to lower case, so that the tablespace name would be consistent with the internal data dictionary of InnoDB; remember that InnoDB puts internally all database names and table names to lower case on Windows, regardless of the value of lower_case_table_names
-