1. 02 Sep, 2005 1 commit
    • unknown's avatar
      Fixed partition push so that it now compiles. The sinclude directory was not... · 824c6cf9
      unknown authored
      Fixed partition push so that it now compiles. The sinclude directory was not added which means that though the code was in the tree, it never actually compiled. I did make sure that it compiles, but there are no tests to really test functionality at this point.
      
      
      BUILD/SETUP.sh:
        Added partition engine to default max builds.
      config/ac-macros/ha_partition.m4:
        Fixed spacing issue
      configure.in:
        Added sinclude for partition rules
      824c6cf9
  2. 30 Aug, 2005 22 commits
    • unknown's avatar
      Merge zim.(none):/home/brian/mysql/mysql-5.0 · 9ea1d5e2
      unknown authored
      into  zim.(none):/home/brian/mysql/mysql-5.1
      
      Resolved to minor issues. 
      
      
      BitKeeper/etc/config:
        Auto merged
      Makefile.am:
        Auto merged
      VC++Files/sql/mysqld.vcproj:
        Auto merged
      extra/perror.c:
        Auto merged
      include/my_global.h:
        Auto merged
      mysql-test/mysql-test-run.pl:
        Auto merged
      mysql-test/mysql-test-run.sh:
        Auto merged
      mysql-test/t/alter_table.test:
        Auto merged
      mysql-test/t/disabled.def:
        Auto merged
      mysys/Makefile.am:
        Auto merged
      scripts/mysql_fix_privilege_tables.sql:
        Auto merged
      sql/Makefile.am:
        Auto merged
      sql/ha_innodb.cc:
        Auto merged
      sql/ha_innodb.h:
        Auto merged
      sql/handler.h:
        Auto merged
      sql/item.cc:
        Auto merged
      sql/lex.h:
        Auto merged
      sql/log.cc:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/opt_range.cc:
        Auto merged
      sql/set_var.cc:
        Auto merged
      sql/sp.cc:
        Auto merged
      sql/sql_class.h:
        Auto merged
      sql/sql_delete.cc:
        Auto merged
      sql/sql_insert.cc:
        Auto merged
      sql/sql_lex.cc:
        Auto merged
      sql/sql_lex.h:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      sql/sql_show.cc:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      sql/sql_update.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      sql/examples/ha_tina.cc:
        Auto merged
      sql/table.h:
        Auto merged
      sql/unireg.h:
        Auto merged
      storage/innobase/lock/lock0lock.c:
        Auto merged
      storage/myisam/mi_check.c:
        Auto merged
      storage/myisam/mi_search.c:
        Auto merged
      storage/myisam/myisamchk.c:
        Auto merged
      storage/myisam/myisamlog.c:
        Auto merged
      storage/myisam/myisampack.c:
        Auto merged
      storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
        Auto merged
      configure.in:
        Fixed the resolve of versions.
      mysql-test/r/alter_table.result:
        Fixed results.
      9ea1d5e2
    • unknown's avatar
      Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0 · 8d173601
      unknown authored
      into  zim.(none):/home/brian/mysql/mysql-5.0
      
      
      8d173601
    • unknown's avatar
      Fix for bad merge. · 98a0f14d
      unknown authored
      
      mysql-test/r/archive.result:
        Updated result file
      mysql-test/t/archive.test:
        Test fix. The INSERT DELAYED test must always come last.
      sql/examples/ha_archive.h:
        Bad merge.
      98a0f14d
    • unknown's avatar
      Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1 · 172392f2
      unknown authored
      into  zim.(none):/home/brian/mysql/mysql-5.1
      
      
      172392f2
    • unknown's avatar
      Manual merge. · 34f706c0
      unknown authored
      34f706c0
    • unknown's avatar
      Merge kite-hub.kitebird.com:/tmp/merge-4.1 · 25d8ffc2
      unknown authored
      into  kite-hub.kitebird.com:/tmp/merge-5.0
      
      
      sql/set_var.cc:
        Auto merged
      25d8ffc2
    • unknown's avatar
      Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0 · 489e0f3b
      unknown authored
      into  zim.(none):/home/brian/mysql/mysql-5.0
      
      
      sql/handler.h:
        Auto merged
      489e0f3b
    • unknown's avatar
      Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-5.0 · c4ca76a8
      unknown authored
      into mysql.com:/home/psergey/mysql-5.0-bug12720
      
      
      c4ca76a8
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-5.0 · 68e31099
      unknown authored
      into  mysql.com:/home/mydev/mysql-5.0-5000
      
      
      mysql-test/r/innodb.result:
        Auto merged
      mysql-test/t/innodb.test:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_delete.cc:
        After merge fix.
      68e31099
    • unknown's avatar
      Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-5.0 · a05ccbb0
      unknown authored
      into mysql.com:/home/psergey/mysql-5.0-bug12720
      
      
      sql/opt_range.cc:
        Auto merged
      a05ccbb0
    • unknown's avatar
      Merge mysql.com:/home/timka/mysql/src/5.0-virgin · b9f94a91
      unknown authored
      into  mysql.com:/home/timka/mysql/src/5.0-bug-12672
      
      
      b9f94a91
    • unknown's avatar
      Merge osalerma@bk-internal.mysql.com:/home/bk/mysql-5.0 · de5f0f2b
      unknown authored
      into  127.(none):/home/osku/mysql-5.0
      
      
      de5f0f2b
    • unknown's avatar
      Bug #11946: Review fixes. · c12a760c
      unknown authored
      
      sql/ha_innodb.cc:
        Add 'value' parameter to reset_auto_increment.
      sql/ha_innodb.h:
        Add 'value' parameter to reset_auto_increment.
      sql/handler.h:
        Add 'value' parameter to reset_auto_increment.
      sql/mysql_priv.h:
        Add 'reset_auto_increment' parameter to mysql_delete.
      sql/sql_delete.cc:
        Add 'reset_auto_increment' parameter to mysql_delete, and use it instead
        of checking for SQLCOM_TRUNCATE.
        
        mysql_truncate: Adapt to changes in mysql_delete.
      sql/sql_parse.cc:
        mysql_execute_command: Adapt to changes in mysql_delete.
      c12a760c
    • unknown's avatar
      Merge mysql.com:/home/timka/mysql/src/5.0-virgin · 94c6c039
      unknown authored
      into  mysql.com:/home/timka/mysql/src/5.0-bug-12672
      
      
      94c6c039
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-5.0 · e795dc20
      unknown authored
      into  mysql.com:/home/mydev/mysql-5.0-5000
      
      
      e795dc20
    • unknown's avatar
      Merge osalerma@bk-internal.mysql.com:/home/bk/mysql-5.0 · b3dcaff9
      unknown authored
      into  127.(none):/home/osku/mysql-5.0
      
      
      b3dcaff9
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.0 · c4b17ea9
      unknown authored
      into  eel.(none):/home/jonas/src/mysql-5.0-push
      
      
      c4b17ea9
    • unknown's avatar
      Merge eel.(none):/home/jonas/src/mysql-5.0 · a6396b6f
      unknown authored
      into  eel.(none):/home/jonas/src/mysql-5.0-push
      
      
      a6396b6f
    • unknown's avatar
      Merge eel.(none):/home/jonas/src/mysql-4.1 · d18d32bd
      unknown authored
      into  eel.(none):/home/jonas/src/mysql-5.0
      
      
      ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
        Auto merged
      d18d32bd
    • unknown's avatar
      bug#12862 - ndb compile error · 8b4af608
      unknown authored
       fix typo
      
      
      ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
        fix typo
      8b4af608
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-5.0 · e3ba68f3
      unknown authored
      into  mysql.com:/home/mydev/mysql-5.0-5000
      
      
      mysql-test/r/alter_table.result:
        Auto merged
      mysql-test/t/alter_table.test:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      e3ba68f3
    • unknown's avatar
      Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0 · 86ad0b21
      unknown authored
      into  zim.(none):/home/brian/mysql/mysql-5.0
      
      
      86ad0b21
  3. 29 Aug, 2005 17 commits
    • unknown's avatar
      Fix for BUG#12720: In QUICK_RANGE_SELECT::reset(), reset in_range so next get_next() call · 476843ef
      unknown authored
      doesn't continue reading the last range.
      
      
      mysql-test/r/index_merge_innodb.result:
        Testcase for BUG#12720
      mysql-test/t/index_merge_innodb.test:
        Testcase for BUG#12720
      476843ef
    • unknown's avatar
      Update for delete_all_rows() which will be used for TRUNCATE and DELETE support. · 31203972
      unknown authored
      
      mysql-test/t/archive.test:
        Auto merged
      sql/handler.h:
        Auto merged
      mysql-test/r/archive.result:
        Result sets
      sql/examples/ha_archive.cc:
        Update for tests
      sql/examples/ha_archive.h:
        Updated from merge, added new method for solving truncate problems.
      31203972
    • unknown's avatar
      Added support for delete_all_rows() for archive. This fixes bug #12836. · 341a08ed
      unknown authored
      
      mysql-test/r/archive.result:
        Update for test case to make sure that TRUNCATE and DELETE function(hah!) as designed.
      mysql-test/t/archive.test:
        Add TRUNCATE and DELETE support.
      sql/examples/ha_archive.cc:
        Added delete_all_rows() support.
      sql/examples/ha_archive.h:
        Added delete_all_rows() support.
      sql/handler.h:
        Added flags for fast delete support for archive and federated.
      341a08ed
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · 69f7e35c
      unknown authored
      into  mysql.com:/home/jimw/my/mysql-5.0-clean
      
      
      69f7e35c
    • unknown's avatar
      updated some vcproj files and the .sln file · 5dd6e877
      unknown authored
      
      VC++Files/mysql.sln:
        updated locations of storage engines
      VC++Files/sql/mysqld.vcproj:
        modified some include directories for storage engines
        added some new files
      VC++Files/storage/bdb/bdb.vcproj:
        moved storage engine under storage folder
      VC++Files/storage/heap/heap.vcproj:
        moved storage engine under storage folder
      VC++Files/storage/innobase/innobase.vcproj:
        moved storage engine under storage folder
      VC++Files/storage/myisam/myisam.vcproj:
        moved storage engine under storage folder
      VC++Files/storage/myisammrg/myisammrg.vcproj:
        moved storage engine under storage folder
      5dd6e877
    • unknown's avatar
    • unknown's avatar
      Merge ahristov@bk-internal.mysql.com:/home/bk/mysql-5.0 · e7816165
      unknown authored
      into lmy004.:/work/mysql-5.0-clean
      
      
      e7816165
    • unknown's avatar
      Remove a no longer used header. · a5403486
      unknown authored
      a5403486
    • unknown's avatar
      Cleanup the instance manager code. · 26b6b1b2
      unknown authored
      
      BitKeeper/deleted/.del-factory.h~c1679505d3a6dd53:
        Delete: server-tools/instance-manager/factory.h
      BitKeeper/deleted/.del-factory.cc~6836cccd4cd35b4d:
        Delete: server-tools/instance-manager/factory.cc
      server-tools/instance-manager/Makefile.am:
        - remove Commands_factory: it'll be needed when we add support
        for NNTP/HTTP connections, currently it only adds unnecessary
        complexity.
      server-tools/instance-manager/commands.cc:
        - fix coding style: no else after return; fix comments, make
        one place a bit faster.
      server-tools/instance-manager/guardian.cc:
        - fix coding style and comments.
        - we must register the current thread in the thread registry
          before entering pthread_cond_timedwait, because at shutdown
          the thread registry will try to kick out of wait all blocked 
          threads. Unregistered threads are not awakened by the registry. 
          This fixes the failinig assert in Thread_registry::~Thread_registry
          at shutdown, when shutdown is requested and there is an
          instance monitored by Guardian.
      server-tools/instance-manager/guardian.h:
        - fix coding style: enums must start with enum_
      server-tools/instance-manager/instance.h:
        - move comment to the variable it comments
      server-tools/instance-manager/instance_map.cc:
        - cleanup
      server-tools/instance-manager/instance_options.cc:
        - cleanup; no else after return (fix coding style).
      server-tools/instance-manager/manager.cc:
        - fix alignment; make some code easier to read.
      server-tools/instance-manager/mysql_connection.cc:
        - remove Commands_factory
      server-tools/instance-manager/options.cc:
        - fix a possible crash when the instance manager is started with
        --no-defaults --defaults-file=~/.my.cnf: if we return
        without cloning saved_argv by calling load_defaults, Options::cleanup
        will crash on attempt to free_defaults(saved_argv);
      server-tools/instance-manager/parse.cc:
        - get rid of Commands_factory
      server-tools/instance-manager/parse.h:
        - get rid of Commands_factory
      server-tools/instance-manager/parse_output.cc:
        - in parse_output_and_get_value return error also if the specified
          pattern was not found, or the command failed to execute.
      server-tools/instance-manager/portability.h:
        - fix coding style (// comments are allowed only at ends of lines)
      server-tools/instance-manager/thread_registry.cc:
        - implement Thread_registry::cond_timedwait
      server-tools/instance-manager/thread_registry.h:
        - implement Thread_registry::cond_timedwait; remove
          unused out parameter from Thread_registry::cond_wait.
      server-tools/instance-manager/user_map.cc:
        - safety: newline can take 2 bytes.
      26b6b1b2
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · 2c4064db
      unknown authored
      into  mysql.com:/home/jimw/my/mysql-5.0-clean
      
      
      2c4064db
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-5.0 · a10739e5
      unknown authored
      into  mysql.com:/home/mydev/mysql-5.0-5000
      
      
      sql/sql_yacc.yy:
        Auto merged
      a10739e5
    • unknown's avatar
      After merge fix. · 6e4c74c1
      unknown authored
      
      mysql-test/r/innodb.result:
        After merge fix.
        Test for bug 11816 has four more inserts.
      6e4c74c1
    • unknown's avatar
      fix for bug 12207 (alter table discard tablespace on MyISAM table · 04af59a3
      unknown authored
      causes ERROR 2013).
      (all-in-one approved patch)
      
      
      mysql-test/r/alter_table.result:
        result for test for bug #12207
        (alter table discard database works on mysiam and causes error 2013)
      mysql-test/t/alter_table.test:
        test for bug #12207 (alter table discard tablescpae on MyISAM table
        causes ERROR 2013)
      sql/sql_table.cc:
        send all error message to table->file->print_error() thus not missing
        handing of some (like engine not supported).
        
        fix for bug #12207 (alter table discard tablespace on MyISAM table
        causes ERROR 2013)
      04af59a3
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-5.0-12705 · f533fbdb
      unknown authored
      into  mysql.com:/home/jimw/my/mysql-5.0-clean
      
      
      f533fbdb
    • unknown's avatar
      Merge mysql.com:/usr/home/bar/mysql-4.1 · 7efa8d9b
      unknown authored
      into  mysql.com:/usr/home/bar/mysql-5.0
      
      
      sql/item.h:
        don't merge bug#12371 fix into 5.0.
        It's correct only for 4.1.
      7efa8d9b
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-5.0-11523 · 5d1adcaa
      unknown authored
      into  mysql.com:/home/jimw/my/mysql-5.0-clean
      
      
      client/mysql.cc:
        Auto merged
      5d1adcaa
    • unknown's avatar
      After merge fix. · 7f83d771
      unknown authored
      7f83d771