1. 08 Dec, 2009 1 commit
  2. 07 Dec, 2009 10 commits
  3. 05 Dec, 2009 5 commits
  4. 04 Dec, 2009 1 commit
  5. 03 Dec, 2009 1 commit
  6. 02 Dec, 2009 4 commits
  7. 01 Dec, 2009 7 commits
    • Andrei Elkin's avatar
      Manual resolving for the following files · 0eda4846
      Andrei Elkin authored
      Text conflict in mysql-test/collections/default.experimental
      Text conflict in mysql-test/r/show_check.result
      Text conflict in mysql-test/r/sp-code.result
      Text conflict in mysql-test/suite/binlog/r/binlog_tmp_table.result
      Text conflict in mysql-test/suite/rpl/t/disabled.def
      Text conflict in mysql-test/t/show_check.test
      Text conflict in mysys/my_delete.c
      Text conflict in sql/item.h
      Text conflict in sql/item_cmpfunc.h
      Text conflict in sql/log.cc
      Text conflict in sql/mysqld.cc
      Text conflict in sql/repl_failsafe.cc
      Text conflict in sql/slave.cc
      Text conflict in sql/sql_parse.cc
      Text conflict in sql/sql_table.cc
      Text conflict in sql/sql_yacc.yy
      Text conflict in storage/myisam/ha_myisam.cc
      
      Corrected results for
       stm_auto_increment_bug33029.reject      2009-12-01
      		20:01:49.000000000 +0300
             <andrei> @@ -42,9 +42,6 @@
             <andrei>  RETURN i;
             <andrei>  END//
             <andrei>  CALL p1();
             <andrei> -Warnings:
             <andrei> -Note   1592    Statement may not be safe to log in statement
      		format.
             <andrei> -Note   1592    Statement may not be safe to log in statement
      		format.
      
      There should be indeed no Note present because there is in fact autoincrement 
      top-level query in sp() that triggers inserting in yet another auto-inc table.
      (todo: alert DaoGang to improve the test).
      0eda4846
    • Vladislav Vaintroub's avatar
      fix build errors · 1407b6f1
      Vladislav Vaintroub authored
      1407b6f1
    • Alexander Nozdrin's avatar
      A patch for Bug#48915 (After having switched off the ipv6 support in OS, · 273454b9
      Alexander Nozdrin authored
      mysqld crashed in network_init()).
      
      The problem was that current_thd was not ready at that point in mysqld life,
      so ER() macro could not be used.
      
      The fix is to use ER_DEFAULT() macro, which is intented for such cases.
      273454b9
    • Vladislav Vaintroub's avatar
      in RESTRICT_SYMBOL_EXPORTS,handle cases where COMPILE_FLAGS are not set · 8b90176a
      Vladislav Vaintroub authored
      (COMPILE_FLAGS-NOTFOUND)
      8b90176a
    • Vladislav Vaintroub's avatar
      fix make dist errors · 60a3d300
      Vladislav Vaintroub authored
      60a3d300
    • Vladislav Vaintroub's avatar
      - Introduce MYSQL_ADD_PLUGIN that replaces MYSQL_STORAGE_ENGINE · d2139f31
      Vladislav Vaintroub authored
      - Fix semisync library prefix (remove lib on Unixes)
      - restrict exported symbols from zlib and yassl (fvisibility=hidden)
      d2139f31
    • Marc Alff's avatar
      WL#2360 Performance schema · f2d67abb
      Marc Alff authored
      Part 1: Instrumentation interface
      f2d67abb
  8. 30 Nov, 2009 4 commits
  9. 28 Nov, 2009 1 commit
  10. 27 Nov, 2009 4 commits
  11. 26 Nov, 2009 2 commits