- 29 Apr, 2005 2 commits
- 28 Apr, 2005 17 commits
-
-
unknown authored
into mysql.com:/home/psergey/mysql-5.0-bug9821 sql/sql_parse.cc: Auto merged
-
unknown authored
into mysql.com:/home/mydev/mysql-5.0-5000 include/my_sys.h: Auto merged myisam/myisampack.c: Auto merged sql/ha_myisammrg.cc: Auto merged
-
unknown authored
into mysql.com:/home/psergey/mysql-5.0-bug9298-merge
-
unknown authored
into mysql.com:/home/mydev/mysql-4.1-4100
-
unknown 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. include/my_sys.h: BUG#5964 - 4.1 MERGE tables regression from 4.0 Added declaration for a new function. myisammrg/myrg_open.c: BUG#5964 - 4.1 MERGE tables regression from 4.0 Changed check for absolute path to check for any path. mysys/my_getwd.c: BUG#5964 - 4.1 MERGE tables regression from 4.0 Added a new functions which checks for absolute _or_ relative paths. sql/ha_myisammrg.cc: BUG#5964 - 4.1 MERGE tables regression from 4.0 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.
-
unknown authored
configure.in: Fix typo
-
unknown authored
Merge from 4.0.
-
unknown 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.
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0 configure.in: Auto merged
-
unknown authored
Setting AC_PREREQ required version to 2.50 until we have sorted out what is required. The manual says 2.58. configure.in: Removing duplicate AC_PREREQ macros
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0
-
unknown authored
BUILD/check-cpu: Remove the exit 0 from check-cpu
-
unknown authored
value into a char field": the patch submitted for the bug a while ago has never been reviewed or approved to push into 4.0. Decimal support in 5.0 resolves the issue. Adding the test case and closing the bug report. mysql-test/r/type_decimal.result: Bug#5673: test results fixed. mysql-test/t/type_decimal.test: A test case for Bug#5673 "Rounding problem in 4.0.21 inserting decimal value into a char field"
-
unknown authored
mysql-test/r/archive.result: Warning will be pushed when renaming table with "optional" files.
-
unknown authored
sql/examples/ha_archive.cc: SCCS merged sql/examples/ha_archive.h: SCCS merged sql/handler.cc: SCCS merged
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/mysql-4.1
-
unknown authored
- Remove ha_archive::rename_table and move the fix to handler::rename_table sql/examples/ha_archive.cc: Remove ha_archive::rename_table sql/examples/ha_archive.h: Remove ha_archive::rename_table sql/handler.cc: Fix handler::rename_table so it does not care about if the file to rename is missing
-
- 27 Apr, 2005 21 commits
-
-
unknown authored
into mysql.com:/home/mydev/mysql-5.0-5000 configure.in: Auto merged
-
unknown authored
After merge fix.
-
unknown authored
- Different behaviuor in 5.0 pushes a warning when renaming a non existent file. Avoid that by checking that the file exists before renaming. mysql-test/r/archive.result: Warning is not produced anymore sql/examples/ha_archive.cc: Change ha_archive::rename_table to avoid warning when trying to rename non existent file.
-
unknown authored
mysql-test/r/archive.result: Changed order of tests so that the are before the unpredictable INSERT DELAYED Warning is produced during the rename mysql-test/t/archive.test: Changed order of tests so that the are before the unpredictable INSERT DELAYED Warning is produced during the rename
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/mysql-4.1 configure.in: Auto merged
-
unknown authored
Merge from 4.1 configure.in: Auto merged BitKeeper/deleted/.del-acinclude.m4~f4ab416bac5003: Auto merged sql/sql_insert.cc: Auto merged
-
unknown authored
After merge fix.
-
unknown authored
into mysql.com:/home/psergey/mysql-5.0-bug9298-merge mysql-test/r/group_by.result: Auto merged sql/protocol.cc: Auto merged
-
unknown authored
sql/lock.cc: Auto merged sql/mysql_priv.h: Auto merged
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0 ndb/src/ndbapi/ndberror.c: Auto merged sql/ha_innodb.cc: Auto merged
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0
-
unknown authored
BUILD/check-cpu: Remove defaul flag i386 and add a check to see wheter to set check_cpu_cflags or not.
-
unknown authored
into mysql.com:/home/pem/work/mysql-5.0 sql/item_func.cc: Auto merged
-
unknown authored
(Review on irc by monty) mysql-test/r/sp-error.result: Renamed a procedure and function to avoid confusion mysql-test/t/sp-error.test: Renamed a procedure and function to avoid confusion sql/item_func.cc: Corrected (and better) way to set/reset the client cap. flag in Item_func_sp::execute() sql/share/errmsg.txt: Changed the ER_SP_BADSELECT error; more accurate, and includes the procedure name. sql/sql_parse.cc: Include the procedure name in the new error message.
-
unknown authored
mysql-test/r/func_math.result: after merge fix: the test should be added after we have new hf's pm code pushed. mysql-test/t/func_math.test: after merge fix: the test should be added after we have new hf's pm code pushed.
-
unknown authored
ndb/src/ndbapi/ndberror.c: Auto merged sql/item_func.cc: ul used, as hf said he has a patch for this code.
-
unknown authored
into mysql.com:/M41/mysql-4.1
-
unknown authored
into mysql.com:/usr/home/ram/work/4.1.b9803
-
unknown authored
into mysql.com:/home/pem/work/mysql-5.0 sql/item_func.h: Auto merged
-
unknown authored
Fix compilation error if HAVE_REPLICATION is not defined sql/handler.cc: Fix compilation error if HAVE_REPLICATION is not defined
-
unknown authored
into lmy002.wdf.sap.corp:/home/georg/work/mysql/prod/mysql-5.0
-