- 15 Jan, 2005 2 commits
-
-
unknown authored
BitKeeper/etc/ignore: added ndb/include/ndb_types.h
-
unknown authored
BUILD/compile-solaris-sparc-purify: Cleanup (Changes from Kent) include/m_string.h: New interface for my_strtod() mysql-test/mysql-test-run.sh: Added option --use-old-data to allow one to run a test case on an existing table (Good for debugging) mysql-test/r/strict.result: Updated results mysql-test/r/type_float.result: More tests mysql-test/t/strict.test: Safety fix mysql-test/t/type_float.test: More tests mysys/mf_iocache.c: Change flush_io_cache() to my_b_flush_io_cache() More debugging mysys/thr_lock.c: Added comment sql/field.cc: Use new my_strntod() sql/filesort.cc: Indentation fixes sql/item.cc: Use new my_strntod() sql/item_strfunc.cc: Use new my_strntod() sql/item_sum.cc: Use new my_strntod() strings/ctype-cp932.c: strnncollsp was missing one argument strings/ctype-simple.c: Use new my_strntod() strings/ctype-ucs2.c: Use new my_strntod() strings/strtod.c: Changed interface: - Force user to supply pointer to end of string (eliminates the need for an end \0) - More strict error checking (depend less off if INF is set), which makes this more portable - Better handling of numbers of type 0.000000....E+... - Return pointer to + in case of '+.' The above should fix a that strict.test failed on Solaris-sparc.
-
- 13 Jan, 2005 2 commits
-
-
unknown authored
into mysql.com:/home/my/mysql-5.0
-
unknown authored
mysys/my_alloc.c: Added comment for free_root sql/filesort.cc: Removed valgrind warning sql/sql_select.cc: Remove not needed my_casedn_str() for internal files (Old code actually didn't do any god as it was accessing not used memory) sql/sql_view.cc: Removed access to uninitialized memory sql/table.cc: Cleanup of error handling
-
- 12 Jan, 2005 36 commits
-
-
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
mysql-test/t/analyse.test: Added a note about the bug that this test case tests. sql/sql_analyse.cc: Changed function description to standard format.
-
unknown authored
into mysql.com:/dbdata/psergey/mysql-5.0-bug5401-2 sql/opt_range.cc: Auto merged sql/ha_innodb.cc: Auto merged
-
unknown authored
into build.mysql.com:/users/tulin/mysql-5.0
-
unknown authored
sql/ha_innodb.cc: Auto merged sql/mysqld.cc: Auto merged sql/set_var.cc: resolve conflicts
-
unknown authored
into build.mysql.com:/users/tulin/mysql-5.0
-
unknown authored
Logging to logging@openlogging.org accepted innodb.result, innodb.test, set_var.cc, mysqld.cc: change variable innodb_free_tickets_to_enter to innodb_concurrency_tickets sql/mysqld.cc: change variable innodb_free_tickets_to_enter to innodb_concurrency_tickets sql/set_var.cc: change variable innodb_free_tickets_to_enter to innodb_concurrency_tickets mysql-test/t/innodb.test: change variable innodb_free_tickets_to_enter to innodb_concurrency_tickets mysql-test/r/innodb.result: change variable innodb_free_tickets_to_enter to innodb_concurrency_tickets BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
unknown authored
sql/mysqld.cc: Auto merged
-
unknown authored
into mysql.com:/home/jwinstead2/mysql-5.0-clean
-
unknown authored
into build.mysql.com:/users/tulin/mysql-4.1
-
unknown authored
-
unknown authored
into build.mysql.com:/users/tulin/mysql-4.1
-
unknown authored
-
unknown authored
into mysql.com:/home/jwinstead2/mysql-5.0-clean
-
unknown authored
into hundin.mysql.fi:/home/heikki/mysql-5.0
-
unknown authored
Add comments about why the InnoDB latching order is obeyed also for the MySQL query cache mutex; add an error printf if that is not the case sync0sync.h: Assign sync0sync.h ranks also for the MySQL query cache mutex and the MySQL binlog mutex; the latching order must be obeyed also for these row0ins.c: Add a comment why the query cache invalidate operation cannot deadlock in a cascaded FOREIGN KEY operation innobase/row/row0ins.c: Add a comment why the query cache invalidate operation cannot deadlock in a cascaded FOREIGN KEY operation innobase/include/sync0sync.h: Assign sync0sync.h ranks also for the MySQL query cache mutex and the MySQL binlog mutex; the latching order must be obeyed also for these sql/ha_innodb.cc: Add comments about why the InnoDB latching order is obeyed also for the MySQL query cache mutex; add an error printf if that is not the case
-
unknown authored
into mysql.com:/home/my/mysql-5.0
-
unknown authored
into mysql.com:/home/jwinstead2/mysql-5.0-clean libmysql_r/Makefile.am: Auto merged mysql-test/r/analyse.result: Auto merged sql/sql_analyse.cc: Auto merged
-
unknown authored
into deer.(none):/home/hf/work/mysql-5.0.clean
-
unknown authored
into mysql.com:/home/kostja/work/mysql-4.1-root sql/mysqld.cc: Auto merged sql/sql_parse.cc: Auto merged
-
unknown authored
mysys/default.c: silly mistake happened during the merge
-
unknown authored
case will be added to client_test in 4.1 sql/sql_parse.cc: A fix for bug #6761: "mysql_list_fields() does not work": init thd->query_length, which is used next line. Remove a stale comment.
-
unknown authored
into mysql.com:/home/my/mysql-5.0
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
unknown authored
into mysql.com:/space/my/mysql-4.1-merge
-
unknown authored
into mysql.com:/space/my/mysql-5.0 Build-tools/Do-compile: Auto merged
-
unknown authored
the embedded server by default (if included). These additional steps can be skipped by providing "--skip-embedded-test" and "--skip-ps-test" Build-tools/Do-compile: - enabled running the test suite with ps-protocol and against the embedded server by default (if included). These additional steps can be skipped by providing "--skip-embedded-test" and "--skip-ps-test"
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0 sql/mysqld.cc: Auto merged
-
unknown authored
-
unknown authored
-
unknown authored
-
unknown authored
into mysql.com:/home/jonas/src/mysql-4.1
-
unknown authored
ndb/test/src/CpcClient.cpp: Fix 64-bit problem
-
unknown authored
into mysql.com:/home/my/mysql-5.0 sql/opt_range.cc: Auto merged
-
unknown authored
into mysql.com:/dbdata/psergey/mysql-5.0-bug5401-2 innobase/include/row0mysql.h: Auto merged innobase/row/row0sel.c: Auto merged sql/ha_innodb.cc: Auto merged sql/opt_range.cc: Auto merged
-