1. 08 May, 2007 1 commit
  2. 23 Apr, 2007 2 commits
  3. 18 Apr, 2007 2 commits
  4. 05 Apr, 2007 1 commit
  5. 03 Apr, 2007 1 commit
  6. 27 Mar, 2007 1 commit
  7. 16 Mar, 2007 2 commits
    • joerg@trift2.'s avatar
      Bug#20166 mysql-test-run.pl does not test system privilege tables creation · 66960bd1
      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.
      66960bd1
    • msvensson@pilot.blaudden's avatar
      Bug#20166 mysql-test-run.pl does not test system privilege tables creation · 88b4c86e
      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
      88b4c86e
  8. 28 Feb, 2007 1 commit
  9. 26 Feb, 2007 1 commit
  10. 23 Feb, 2007 1 commit
    • monty@mysql.com/narttu.mysql.fi's avatar
      Fixed compiler warnings · f0ae3ce9
      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
      f0ae3ce9
  11. 08 Feb, 2007 1 commit
  12. 06 Feb, 2007 2 commits
  13. 28 Jan, 2007 1 commit
    • monty@mysql.com/narttu.mysql.fi's avatar
      After merge fixes · 410fc81a
      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
      410fc81a
  14. 24 Jan, 2007 1 commit
  15. 19 Jan, 2007 2 commits
  16. 03 Jan, 2007 1 commit
    • malff/marcsql@weblab.(none)'s avatar
      · 564309e4
      malff/marcsql@weblab.(none) authored
      Merge 5.1-main -> 5.1-runtime, added ignore entry for missing symbolic link
      564309e4
  17. 29 Nov, 2006 1 commit
  18. 20 Nov, 2006 1 commit
    • monty@mysql.com/nosik.monty.fi's avatar
      Remove compiler warnings · e8258798
      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 #)
      e8258798
  19. 24 Oct, 2006 2 commits
  20. 02 Oct, 2006 1 commit
  21. 27 Sep, 2006 1 commit
  22. 22 Sep, 2006 1 commit
  23. 18 Sep, 2006 1 commit
  24. 15 Sep, 2006 1 commit
    • aelkin/elkin@dsl-hkigw8-fe00f800-98.dhcp.inet.fi's avatar
      Bug#22067 rpl_rbr_to_sbr and some other fail if NDB is default storage · 6055e8a9
      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.
      6055e8a9
  25. 13 Sep, 2006 1 commit
  26. 01 Sep, 2006 1 commit
  27. 23 Aug, 2006 1 commit
  28. 10 Aug, 2006 1 commit
  29. 03 Aug, 2006 1 commit
  30. 13 Jul, 2006 1 commit
  31. 07 Jul, 2006 1 commit
  32. 04 Jul, 2006 2 commits
  33. 30 Jun, 2006 1 commit