- 08 May, 2007 1 commit
-
-
tomas@whalegate.ndb.mysql.com authored
-
- 23 Apr, 2007 2 commits
-
-
iggy@recycle.(none) authored
- Added script to generate application specific manifest. - Added new CMake MACRO to add customer build events which will first generate a manifest and then embeds that manifest into an executable.
-
tomas@whalegate.ndb.mysql.com authored
-
- 18 Apr, 2007 2 commits
-
-
tomas@whalegate.ndb.mysql.com authored
revert back to old show_binlog_events asto many test failures, and create a show_binlog_events2 instead
-
msvensson@pilot.blaudden authored
- Improve mysql_upgrade and add comments describing it's logic - Don't look for mysql and mysqlcheck randomly, use dir where mysql_upgrade was started from - Don't look for mysql_fix_privilege_tables.sql randomly, compile in the mysql_fix_privilege_tables.sql file and use that to upgrade the system tables of MySQL - Check for any unexpected error returned from runnning the mysql_fix_privilege_tables SQL - Fix bug#26639, bug#24248 and bug#25405
-
- 05 Apr, 2007 1 commit
-
-
hhunger@hh-nb.hungers authored
-
- 03 Apr, 2007 1 commit
-
-
tomas@whalegate.ndb.mysql.com authored
- update the ndb_apply_status table with binlog info
-
- 27 Mar, 2007 1 commit
-
-
msvensson@pilot.blaudden authored
- Move the link_sources command from top level Makefile into each subdir that need to link files
-
- 16 Mar, 2007 2 commits
-
-
joerg@trift2. authored
- Build sql files for netware from the mysql_system_tables*.sq files - Fix comments about mysql_create_system_tables.sh - Use mysql_install_db.sh to create system tables for mysql_test-run-shell - Fix mysql-test-run.pl to also look in share/mysql for the msyql_system*.sql files Changeset coded today by Magnus Svensson, just the application to 5.0.38 is by Joerg Bruehe.
-
msvensson@pilot.blaudden authored
- Build sql files for netware from the mysql_system_tables*.sq files - Fix comments about mysql_create_system_tables.sh - Use mysql_install_db.sh to create system tables for mysql_test-run-shell - Fix mysql-test-run.pl to also look in share/mysql for the msyql_system*.sql files
-
- 28 Feb, 2007 1 commit
-
-
msvensson@pilot.blaudden authored
- Build lib/init-db.sql from the output of mysql_create_system_tables - Remove mysql-test/init_db.sql and mysql-test/lib/init_db.sql - Leave netware/init_db.sql until 5.0 where we should soon have possibility to test with mysql-test-run.pl
-
- 26 Feb, 2007 1 commit
-
-
msvensson@pilot.blaudden authored
- Use mysql_system_tables.sql to create MySQL system tables in all places where we create them(mysql_install_db, mysql-test-run-pl and mysql_fix_privilege_tables.sql)
-
- 23 Feb, 2007 1 commit
-
-
monty@mysql.com/narttu.mysql.fi authored
Fixed compile-pentium64 scripts Fixed wrong estimate of update_with_key_prefix in sql-bench Merge bk-internal.mysql.com:/home/bk/mysql-5.1 into mysql.com:/home/my/mysql-5.1 Fixed unsafe define of uint4korr() Fixed that --extern works with mysql-test-run.pl Small trivial cleanups This also fixes a bug in counting number of rows that are updated when we have many simultanous queries Move all connection handling and command exectuion main loop from sql_parse.cc to sql_connection.cc Split handle_one_connection() into reusable sub functions. Split create_new_thread() into reusable sub functions. Added thread_scheduler; Preliminary interface code for future thread_handling code. Use 'my_thread_id' for internal thread id's Make thr_alarm_kill() to depend on thread_id instead of thread Make thr_abort_locks_for_thread() depend on thread_id instead of thread In store_globals(), set my_thread_var->id to be thd->thread_id. Use my_thread_var->id as basis for my_thread_name() The above changes makes the connection we have between THD and threads more soft. Added a lot of DBUG_PRINT() and DBUG_ASSERT() functions Fixed compiler warnings Fixed core dumps when running with --debug Removed setting of signal masks (was never used) Made event code call pthread_exit() (portability fix) Fixed that event code doesn't call DBUG_xxx functions before my_thread_init() is called. Made handling of thread_id and thd->variables.pseudo_thread_id uniform. Removed one common 'not freed memory' warning from mysqltest Fixed a couple of usage of not initialized warnings (unlikely cases) Suppress compiler warnings from bdb and (for the moment) warnings from ndb
-
- 08 Feb, 2007 1 commit
-
-
hhunger@hh-nb.hungers authored
-
- 06 Feb, 2007 2 commits
-
-
hhunger@hh-nb.hungers authored
-
hhunger@hh-nb.hungers authored
-
- 28 Jan, 2007 1 commit
-
-
monty@mysql.com/narttu.mysql.fi authored
Removed a lot of compiler warnings Removed not used variables, functions and labels Initialize some variables that could be used unitialized (fatal bugs) %ll -> %l
-
- 24 Jan, 2007 1 commit
-
-
holyfoot/hf@mysql.com/hfmain.(none) authored
geometry dependent parts moved to proper .test files
-
- 19 Jan, 2007 2 commits
-
-
mtaylor@qualinost.(none) authored
into recycle.(none):/src/mysql-5.0-maint --- Merge bk-internal.mysql.com:/home/bk/mysql-5.0-maint into qualinost.(none):/home/mtaylor/src/mysql-5.0-maint --- I cut and pasted in the wrong direction I think. We don't have storage until 5.1... --- missed storage in one more place --- Merge qualinost.(none):/home/mtaylor/src/mysql-5.0-maint into qualinost.(none):/home/mtaylor/src/mysql-5.1-new-maint --- added storage back to patch after merge from 5.0-maint --- Removed ndb/src dir and libndb.ver.in from it that got introduced from the 5.0-maint merge.
-
mtaylor@qualinost.(none) authored
-
- 03 Jan, 2007 1 commit
-
-
malff/marcsql@weblab.(none) authored
Merge 5.1-main -> 5.1-runtime, added ignore entry for missing symbolic link
-
- 29 Nov, 2006 1 commit
-
-
monty@mysql.com/narttu.mysql.fi authored
Don't return from my_thread_global_end() until all threads have called my_thread_end() Bug#24387: Valgrind: my_thread_init (handle_sl sql, handle_one_conn, handle_slave_io)
-
- 20 Nov, 2006 1 commit
-
-
monty@mysql.com/nosik.monty.fi authored
(Mostly in DBUG_PRINT() and unused arguments) Fixed bug in query cache when used with traceing (--with-debug) Fixed memory leak in mysqldump Removed warnings from mysqltest scripts (replaced -- with #)
-
- 24 Oct, 2006 2 commits
-
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
BUG#23427 incompatible ABI change in 5.0.26? - Use the icheck tool if avaliable and compare the current mysql.h to a version controlled reference file
-
- 02 Oct, 2006 1 commit
-
-
jpipes@shakedown.(none) authored
-
- 27 Sep, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
- Create the file netware/libmysql.imp from libmysql/libmysql.def - Remove the outdated netware/libmysql.imp file from version control
-
- 22 Sep, 2006 1 commit
-
-
local file slipped into a previous commit, fixing ignore.
-
- 18 Sep, 2006 1 commit
-
-
msvensson@shellback.(none) authored
Add linebreak
-
- 15 Sep, 2006 1 commit
-
-
A query SET @@GLOBAL.binlog_format = ... returns an error when NDB is the default storage. This fails some tests invoking the set binlog_format explicitly. because the var turns to be read-only. In the following are files and method to fix if needed. t/ ndb_binlog_basic2.test # here the failure is benign rpl_rbr_to_sbr.test # does not check any ndb features => . # => not_ndb_default is enough rpl_row_basic_8partition.test # set binlog_format can be replaced rpl_switch_stm_row_mixed.test # does not check any ndb features => . # => not_ndb_default is enough two more invoking invoke extra/rpl_truncate_helper.test rpl_truncate_2myisam # to be fixed with not_ndb_default rpl_truncate_3innodb # same as above . # because there is a dedicated to ndb . . # rpl_truncate_7ndb* suit. Adapting/testing a new implement --source include/safe_set_to_maybe_ro_var.inc to avoid abort due to the error using binlog_format as application.
-
- 13 Sep, 2006 1 commit
-
-
iggy@rolltop.ignatz42.dyndns.org authored
-
- 01 Sep, 2006 1 commit
-
-
msvensson@shellback.(none) authored
-
- 23 Aug, 2006 1 commit
-
-
cmiller@zippy.cornsilk.net authored
-
- 10 Aug, 2006 1 commit
-
-
monty@mysql.com/narttu.mysql.fi authored
Better bug fix for #14400 "Query joins wrong rows from table which is subject of "concurrent insert"" The previous bug fix didn't work when using partial keys. Don't use GNUC min/max operations are they are depricated. Fixed valgrind warning
-
- 03 Aug, 2006 1 commit
-
-
kostja@bodhi.local authored
-
- 13 Jul, 2006 1 commit
-
-
andrey@lmy004. authored
-
- 07 Jul, 2006 1 commit
-
-
kostja@bodhi.local authored
-
- 04 Jul, 2006 2 commits
-
-
andrey@lmy004. authored
fix for bug#20624 events_logs_tests.test fails randomly
-
bar@mysql.com authored
(implemented by by Josh Chamas)
-
- 30 Jun, 2006 1 commit
-
-
monty@mysql.com authored
-