- 13 Jan, 2005 31 commits
-
-
unknown authored
into mysql.com:/home/jimw/my/mysql-5.0-clean sql/ha_berkeley.cc: Auto merged
-
unknown authored
into mysql.com:/home/jimw/my/mysql-5.0-clean mysql-test/r/type_float.result.es: Auto merged mysql-test/r/type_float.result: Auto merged sql/field.cc: Auto merged
-
unknown authored
sql/ha_innodb.cc: Fix valgrind warning. strings/ctype-uca.c: Fix C++ style comments.
-
unknown authored
-
unknown authored
mysql-test/r/ctype_latin1_de.result: Auto merged mysql-test/r/ctype_tis620.result: Auto merged mysql-test/r/ctype_ucs.result: Auto merged mysql-test/r/ctype_ujis.result: Auto merged mysql-test/r/ctype_utf8.result: Auto merged mysql-test/t/ctype_ucs.test: Auto merged sql/field.cc: Auto merged sql/filesort.cc: Auto merged strings/ctype-big5.c: Auto merged strings/ctype-bin.c: Auto merged strings/ctype-czech.c: Auto merged strings/ctype-gbk.c: Auto merged strings/ctype-latin1.c: Auto merged strings/ctype-mb.c: Auto merged strings/ctype-simple.c: Auto merged strings/ctype-sjis.c: Auto merged strings/ctype-tis620.c: Auto merged strings/ctype-uca.c: Auto merged strings/ctype-ucs2.c: Auto merged strings/ctype-utf8.c: Auto merged strings/ctype-win1250ch.c: Auto merged
-
unknown authored
-
unknown authored
-
unknown authored
- tagged ChangeSet 1.2207 as "mysql-4.1.9" configure.in: - bumped up the version number from 4.1.9 to 4.1.10
-
unknown authored
(we should consider dropping 3.23 from this one soon)
-
unknown authored
into mysql.com:/space/my/mysql-5.0-build
-
unknown authored
into gluh.mysql.r18.ru:/home/gluh/MySQL-BUGS/mysql-5.0
-
unknown authored
-
unknown authored
on whether running with or without valgrind.
-
unknown authored
-
unknown authored
Federated Storage Engine (as requested by Brian) - added the federated storage engine to the Max Linux RPM Build-tools/Do-compile: - added option "--with-federated" to enable building of the Federated Storage Engine (as requested by Brian) support-files/mysql.spec.sh: - enabled the federated storage engine for the Max RPM subpackage
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1 scripts/mysqlaccess.sh: Auto merged
-
unknown authored
into mysql.com:/home/jonas/src/mysql-5.0 ndb/src/kernel/vm/Configuration.cpp: Auto merged
-
unknown authored
into mysql.com:/home/jonas/src/mysql-5.0
-
unknown authored
into mysql.com:/home/jonas/src/mysql-4.1
-
unknown authored
ndb/src/kernel/blocks/dbtup/DbtupGen.cpp: remove 8k->32k conversion ndb/src/kernel/vm/Configuration.cpp: compute size in 32k pages directly
-
unknown authored
into build.mysql.com:/users/tulin/mysql-5.0-ndb sql/sql_analyse.cc: Auto merged
-
unknown authored
into mysql.com:/home/jonas/src/mysql-5.0-ndb
-
unknown authored
ndb/src/kernel/blocks/dbtc/DbtcMain.cpp: take booked fragments into account before starting a new frag scan
-
unknown authored
into here.mwagner.org:/Users/mwagner/work/bk/mysql-5.0
-
unknown authored
Use the invisible tabs (!) libmysql/libmysql.def: Use the invisible tabs (!) libmysqld/libmysqld.def: Use the invisible tabs (!)
-
unknown authored
into kite-hub.kitebird.com:/src/extern/MySQL/bk/mysql-5.0
-
unknown authored
Fix test result affected by error message rewording. errmsg.txt: Reword error messages. set_var.cc: Reorder variables. mysqld.cc: Reorder options. sql/mysqld.cc: Reorder options. sql/set_var.cc: Reorder variables. sql/share/errmsg.txt: Reword error messages. mysql-test/r/user_limits.result: Fix test result affected by error message rewording.
-
unknown authored
into here.mwagner.org:/Users/mwagner/work/bk/mysql-5.0
-
unknown authored
Add missing 'get_defaults_files' to fix linking error. libmysql/libmysql.def: Add missing 'get_defaults_files' to fix linking error. libmysqld/libmysqld.def: Add missing 'get_defaults_files' to fix linking error.
-
unknown authored
sql/ha_berkeley.cc: Skip allocation of hash and lock on error
-
- 12 Jan, 2005 9 commits
-
-
unknown authored
of log_10 array. sql/field.cc: Avoid pointless calculation for really short fields, and what could be an attempt to access outside the bounds of the log_10 array.
-
unknown authored
absolute value of the float is less than 1, and also fix calculation of length for negative values. (Bug #7774) sql/field.cc: Fix handling of negative values and fabs(values> < 1 in Field_str::store mysql-test/r/type_float.result: Add results mysql-test/r/type_float.result.es: Add results mysql-test/t/type_float.test: Add test for conversion of floats to character field
-
unknown authored
sql/sql_analyse.cc: Auto merged sql/sql_parse.cc: Auto merged
-
unknown authored
sql/sql_parse.cc: A shorter name for COM_EXECUTE command.
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-
unknown authored
reported by Javier Fernandez-Sanguino Pena and Debian Security Audit Team (http://www.debian.org/security/audit)
-
unknown authored
into build.mysql.com:/users/tulin/mysql-5.0-ndb
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0-ndb ndb/test/src/HugoTransactions.cpp: Auto merged
-
unknown authored
search for subscriber should be done on nodeid basis and not reference, only one subscriber per event per nodeid allowed not necessarily the same starts and stops... +error corrected in ref signal added print of error codes + more correct error handling of event errors + added goto instead of erroneous break to fix bug#7627 ndb/include/kernel/signaldata/SignalData.hpp: added som signal printout functions ndb/src/common/debugger/signaldata/SignalDataPrint.cpp: added som signal printout functions ndb/src/common/debugger/signaldata/SignalNames.cpp: added som signal printout functions ndb/src/common/debugger/signaldata/SumaImpl.cpp: added som signal printout functions ndb/src/kernel/blocks/suma/Suma.cpp: search for subscriber should be done on nodeid basis and not reference, only one subscriber per event per nodeid allowed not necessarily the same starts and stops... +error corrected in ref signal ndb/src/ndbapi/NdbDictionaryImpl.cpp: indentation event error handling debug printouts ndb/src/ndbapi/NdbEventOperationImpl.cpp: debug printouts + added goto instead of erroneous break to fix bug#7627 ndb/test/src/HugoTransactions.cpp: added print of error codes + more correct error handling of event errors
-