- 14 Sep, 2005 26 commits
-
-
unknown authored
use select if poll is unavailable. ndb/src/common/portlib/NdbTCP.cpp: Implement Ndb_check_socket_hup for systems without poll(2) ndb/src/common/portlib/win32/NdbTCP.c: fix typo (found while fixing this bug)
-
unknown authored
-
unknown authored
into dl145c.mysql.com:/home/ndbdev/tomas/mysql-5.0
-
unknown authored
(corrected typo in prev patch) Bug #13152 bit fields and fileds that follow become corrupted when dumped from NDB
-
unknown authored
into mysql.com:/home/cps/mysql/trees/mysql-5.0-virgin mysql-test/r/sp.result: Auto merged mysql-test/t/sp.test: Auto merged
-
unknown authored
-
unknown authored
into mysql.com:/usr/home/pem/mysql-5.0
-
unknown authored
mysql-test/r/sp.result: Added missing drop table. mysql-test/t/sp.test: Added missing drop table. sql/sp_head.h: Post-review fix for autocommit check in SPs and triggers. sql/sql_yacc.yy: Post-review fix for autocommit check in SPs and triggers.
-
unknown authored
into mysql.com:/home/cps/mysql/trees/mysql-5.0-virgin
-
unknown authored
into mysql.com:/home/gluh/MySQL/Bugs/5.0.cml
-
unknown authored
into mysql.com:/home/gluh/MySQL/Bugs/5.0.cml sql/sql_show.cc: Auto merged
-
unknown authored
into mysql.com:/usr/home/pem/mysql-5.0 sql/sql_yacc.yy: Auto merged
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/bug10713_new/my50-bug10713_new
-
unknown authored
into mysql.com:/home/gluh/MySQL/Bugs/5.0.cml sql/sql_acl.cc: Auto merged sql/sql_parse.cc: Auto merged sql/sql_prepare.cc: Auto merged sql/sql_show.cc: Auto merged
-
unknown authored
-
unknown authored
include/my_global.h: Avoid warnings on QNX, only define HAVE_RINT if not found by configure
-
unknown authored
Now many direct references to my_error() have been removed. mysql-test/r/federated_archive.result: new results with new error message mysql-test/t/federated_archive.test: corrected error number sql/ha_federated.cc: some minor 80 column formatting corrected some error handling to be more handler print_error friendly moved duplicate code into new "stash_remote_error" function sql/ha_federated.h: added error number, and places to stash error message and number added private method to stash error
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/bug10713_new/my50-bug10713_new mysql-test/r/mysqldump.result: Auto merged mysql-test/r/view.result: Auto merged mysql-test/t/mysqldump.test: Auto merged sql/item.cc: Auto merged sql/sql_show.cc: Auto merged sql/table.h: Auto merged
-
unknown authored
into mysql.com:/home/cps/mysql/trees/mysql-5.0-virgin
-
unknown authored
mysql-test/r/sp.result: fix result mysql-test/r/type_newdecimal.result: fix result mysql-test/t/sp.test: add a test for the bug mysql-test/t/type_newdecimal.test: add a test for the bug sql/item_func.cc: call correct method of the item
-
unknown authored
into ubuntu.(none):/home/reggie/bk/mysql-5.0
-
unknown authored
-
unknown authored
into mishka.mysql.fi:/home/my/mysql-5.0 mysql-test/t/mysqldump.test: Auto merged
-
unknown authored
into mishka.mysql.fi:/home/my/mysql-5.0 sql/unireg.cc: Auto merged
-
unknown authored
-
- 13 Sep, 2005 14 commits
-
-
unknown authored
into mishka.mysql.fi:/home/my/mysql-5.0 sql/item.cc: Auto merged sql/sql_table.cc: Auto merged mysql-test/t/mysqldump.test: Merge
-
unknown authored
Added flag to Field::store(longlong) to specify if value is unsigned. This fixes bug #12750: Incorrect storage of 9999999999999999999 in DECIMAL(19, 0) Fixed warning from valgrind in CREATE ... SELECT Fixed double free of mysql.options if reconnect failed mysql-test/mysql-test-run.sh: Added option --valgrind-mysqltest to allow one to run mysqltest with valgrind mysql-test/r/bigint.result: Update results after fix for Field::store(longlong) mysql-test/r/range.result: Update results after fix for Field::store(longlong) mysql-test/r/strict.result: Update results after fix for Field::store(longlong) (This fixes some wrong results when storing things into bigint columns) mysql-test/r/type_ranges.result: Update results after fix for Field::store(longlong) mysql-test/t/bigint.test: Added testing for #12750: Incorrect storage of 9999999999999999999 in DECIMAL(19, 0) mysql-test/t/innodb.test: Removed comments affected by this bug fix mysql-test/t/mysqldump.test: Fixed result to not depend on existing config files mysql-test/t/range.test: 0xff numbers are now unsigned mysql-test/t/strict.test: Added errors for things that previously (wrongly) succeeded sql-common/client.c: Fixed double free of mysql.options if reconnect failed sql/field.cc: Added flag to Field::store(longlong) to specify if value is unsigned sql/field.h: Added flag to Field::store(longlong) to specify if value is unsigned sql/field_conv.cc: Fixed calls to Field::store(longlong,flag) sql/ha_ndbcluster.cc: Fixed calls to Field::store(longlong,flag) sql/handler.cc: Fixed calls to Field::store(longlong,flag) sql/item.cc: Fixed calls to Field::store(longlong,flag) sql/item_sum.cc: Fixed calls to Field::store(longlong,flag) sql/sp.cc: Fixed calls to Field::store(longlong,flag) sql/sql_acl.cc: Fixed calls to Field::store(longlong,flag) sql/sql_help.cc: Fixed calls to Field::store(longlong,flag) sql/sql_show.cc: Fixed calls to Field::store(longlong,flag) sql/sql_table.cc: Fixed varning from valgrind sql/sql_udf.cc: Fixed calls to Field::store(longlong,flag) sql/tztime.cc: Fixed calls to Field::store(longlong,flag) sql/unireg.cc: Fixed calls to Field::store(longlong,flag)
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-5.0
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-5.0
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-5.0
-
unknown authored
server-tools/instance-manager/IMService.cpp: * setting username and password to NULL so that the IM runs at LocalSystem (this should be changed soon) * implemented stop service by raising a sigterm * implemented start service by loading options and calling manager() server-tools/instance-manager/IMService.h: changed the sig for Run() server-tools/instance-manager/WindowsService.cpp: default debugging to false changed the sig of RuN() server-tools/instance-manager/WindowsService.h: change the sig of run() server-tools/instance-manager/instance.cc: * remove the inclusion of process.h * concat all args into a single buffer to pass to CreateProcess server-tools/instance-manager/instance_options.cc: quoting the binary to handle paths with quotes server-tools/instance-manager/listener.cc: use a timeval for select so that our select will only run for 100 msec before we check to see if we are shutting down server-tools/instance-manager/mysqlmanager.cc: if we are given the stand alone option, then run the manager as standalone server-tools/instance-manager/options.cc: Added stand alone command line arg server-tools/instance-manager/options.h: Added stand alone command line arg
-
unknown authored
into linux.site:/home/reggie/bk/mysql-5.0-new
-
unknown authored
mysql-test/r/federated.result: fixed error message sql/ha_federated.cc: Minor refactoring to fix error message, resulting in big whitespace change
-
unknown authored
into mysql.com:/home/eric/mysql-5.0
-
unknown authored
sql/sql_base.cc: Auto merged mysql-test/r/view.result: SCCS merged mysql-test/t/view.test: SCCS merged
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-5.0 mysql-test/t/mysqldump.test: Auto merged
-
unknown authored
mysql-test/r/mysqldump.result: updated mysql-test/t/mysqldump.test: cleanup, new test
-
unknown authored
into mysql.com:/home/eric/mysql-5.0 sql/sql_yacc.yy: Auto merged
-
unknown authored
into mysql.com:/home/mydev/mysql-5.0-5000
-