1. 09 Dec, 2003 1 commit
  2. 08 Dec, 2003 6 commits
    • unknown's avatar
      Fixed two packaging bugs: · adc470c2
      unknown authored
       - postinstall of the Mac OS X PKG failed as a parameter for 
         mysql_install_db was changed for MySQL 4.1
       - postinstall of the Server RPM failed as mysql_create_system_tables was
         missing from the file list
      
      
      support-files/MacOSX/postinstall.sh:
         - Fix parameter for mysql_install_db (it was changed from -IN-RPM to --rpm
           in the 4.1 tree)
      support-files/mysql.spec.sh:
         - Added missing file mysql_create_system_tables to the server subpackage
      adc470c2
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 6c0a2455
      unknown authored
      into mysql.com:/home/kostja/mysql/mysql-4.1-root
      
      
      6c0a2455
    • unknown's avatar
      commented why valgrind barks at the bug #1500 · f6f9b349
      unknown authored
      f6f9b349
    • unknown's avatar
      Fixed test for 'init_slave' variable · 8bf9ccb6
      unknown authored
      8bf9ccb6
    • unknown's avatar
      post-merge fixes · c3359392
      unknown authored
      
      sql/protocol.cc:
        Auto merged
      sql/set_var.cc:
        Auto merged
      sql/set_var.h:
        Auto merged
      sql/slave.cc:
        Auto merged
      sql/sql_class.cc:
        Auto merged
      sql/sql_class.h:
        Auto merged
      sql/sql_show.cc:
        Auto merged
      c3359392
    • unknown's avatar
      Task ID 499:Add a new settable string variable(init_connect, init_slave) · a0e4a6de
      unknown authored
      to mysqld that is executed for all new connections.
      (Similar to the client command: mysql_options(... MYSQL_INIT_COMMAND ...).
      
      
      sql/mysql_priv.h:
        Task ID	499:Add a new settable string variable(init_connect, init_slave)
        to mysqld that is executed for all new connections.
      sql/mysqld.cc:
        Task ID	499:Add a new settable string variable(init_connect, init_slave)
        to mysqld that is executed for all new connections.
      sql/protocol.cc:
        Task ID	499:Add a new settable string variable(init_connect, init_slave)
        to mysqld that is executed for all new connections.
      sql/set_var.cc:
        Task ID	499:Add a new settable string variable(init_connect, init_slave)
        to mysqld that is executed for all new connections.
      sql/slave.cc:
        Task ID	499:Add a new settable string variable(init_connect, init_slave)
        to mysqld that is executed for all new connections.
      sql/sql_class.cc:
        Task ID	499:Add a new settable string variable(init_connect, init_slave)
        to mysqld that is executed for all new connections.
      sql/sql_class.h:
        Task ID	499:Add a new settable string variable(init_connect, init_slave)
        to mysqld that is executed for all new connections.
      sql/sql_parse.cc:
        Task ID	499:Add a new settable string variable(init_connect, init_slave)
        to mysqld that is executed for all new connections.
      sql/sql_show.cc:
        Task ID	499:Add a new settable string variable(init_connect, init_slave)
        to mysqld that is executed for all new connections.
      a0e4a6de
  3. 07 Dec, 2003 1 commit
  4. 06 Dec, 2003 3 commits
  5. 04 Dec, 2003 11 commits
  6. 03 Dec, 2003 4 commits
  7. 02 Dec, 2003 8 commits
    • unknown's avatar
      Merge for update · 09eadf65
      unknown authored
      
      mysql-test/r/create.result:
        Auto merged
      mysql-test/t/create.test:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/set_var.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      include/mysqld_error.h:
        Merge for updates
      mysql-test/r/rpl_change_master.result:
        Merge for updates
      sql/share/czech/errmsg.txt:
        Merge for updates
      sql/share/danish/errmsg.txt:
        Merge for updates
      sql/share/dutch/errmsg.txt:
        Merge for updates
      sql/share/english/errmsg.txt:
        Merge for updates
      sql/share/estonian/errmsg.txt:
        Merge for updates
      sql/share/french/errmsg.txt:
        Merge for updates
      sql/share/german/errmsg.txt:
        Merge for updates
      sql/share/greek/errmsg.txt:
        Merge for updates
      sql/share/hungarian/errmsg.txt:
        Merge for updates
      sql/share/italian/errmsg.txt:
        Merge for updates
      sql/share/japanese/errmsg.txt:
        Merge for updates
      sql/share/korean/errmsg.txt:
        Merge for updates
      sql/share/norwegian-ny/errmsg.txt:
        Merge for updates
      sql/share/norwegian/errmsg.txt:
        Merge for updates
      sql/share/polish/errmsg.txt:
        Merge for updates
      sql/share/portuguese/errmsg.txt:
        Merge for updates
      sql/share/romanian/errmsg.txt:
        Merge for updates
      sql/share/russian/errmsg.txt:
        Merge for updates
      sql/share/serbian/errmsg.txt:
        Merge for updates
      sql/share/slovak/errmsg.txt:
        Merge for updates
      sql/share/spanish/errmsg.txt:
        Merge for updates
      sql/share/swedish/errmsg.txt:
        Merge for updates
      sql/share/ukrainian/errmsg.txt:
        Merge for updates
      09eadf65
    • unknown's avatar
      WorkLog#1280 - Remove fixed table handler from lex/yacc · c74c90ee
      unknown authored
      
      include/mysqld_error.h:
        New error message: unknown table engine
      mysql-test/r/create.result:
        New error message: unknown table engine
      mysql-test/t/create.test:
        New error message: unknown table engine
      sql/lex.h:
        Remove some keywords: HEAP, ISAM, MERGE, MEMORY, MRG_MYISAM, MYISAM
      sql/mysql_priv.h:
        Remove unused symbol
      sql/set_var.h:
        New system variable type: sys_var_thd_table_type
      sql/sql_yacc.yy:
        Remove tokens and make table_types resolve at run time
      sql/sql_show.cc:
        Tidy up
      sql/sql_table.cc:
        Tidy up
      include/sql_state.h:
        Fix indent
      sql/mysqld.cc:
        optimize
      mysql-test/r/rpl_change_master.result:
        It wouldn't pass the tests
      mysql-test/r/variables.result:
        Fix for changes
      mysql-test/r/warnings.result:
        Fix for changes
      mysql-test/t/variables.test:
        Fix for changes
      sql/handler.h:
        parameter is a const
      sql/set_var.cc:
        Code clean up for sys_var_thd_table_type::check()
      sql/handler.cc:
        More tidyup
      sql/share/czech/errmsg.txt:
        Fixups during review
      sql/share/danish/errmsg.txt:
        Fixups during review
      sql/share/dutch/errmsg.txt:
        Fixups during review
      sql/share/english/errmsg.txt:
        Fixups during review
      sql/share/estonian/errmsg.txt:
        Fixups during review
      sql/share/french/errmsg.txt:
        Fixups during review
      sql/share/german/errmsg.txt:
        Fixups during review
      sql/share/greek/errmsg.txt:
        Fixups during review
      sql/share/hungarian/errmsg.txt:
        Fixups during review
      sql/share/italian/errmsg.txt:
        Fixups during review
      sql/share/japanese/errmsg.txt:
        Fixups during review
      sql/share/korean/errmsg.txt:
        Fixups during review
      sql/share/norwegian-ny/errmsg.txt:
        Fixups during review
      sql/share/norwegian/errmsg.txt:
        Fixups during review
      sql/share/polish/errmsg.txt:
        Fixups during review
      sql/share/portuguese/errmsg.txt:
        Fixups during review
      sql/share/romanian/errmsg.txt:
        Fixups during review
      sql/share/russian/errmsg.txt:
        Fixups during review
      sql/share/serbian/errmsg.txt:
        Fixups during review
      sql/share/slovak/errmsg.txt:
        Fixups during review
      sql/share/spanish/errmsg.txt:
        Fixups during review
      sql/share/swedish/errmsg.txt:
        Fixups during review
      sql/share/ukrainian/errmsg.txt:
        Fixups during review
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      c74c90ee
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 0e286c90
      unknown authored
      into mysql.com:/home/kostja/mysql/mysql-4.1-root
      
      
      0e286c90
    • unknown's avatar
      Fix for #1189 (Mess with names about CONSTRAINT) · 6990f6cf
      unknown authored
      Second edition: error message was deleted as Segey suggested
      Now name of the constraint will be used as the name of the key
      if the last not specified
      
      
      mysql-test/r/constraints.result:
        appropriate test result
      mysql-test/t/constraints.test:
        test case for 1189
      sql/sql_yacc.yy:
        language definitions changed so that we can obtaint constraint's name
        and send it as the name of the key if it's not specified
      6990f6cf
    • unknown's avatar
      - removed INSTALL-WIN-SOURCE from the BK tree as its content has been · d1a673c8
      unknown authored
         added to manual.texi - extract it from there instead.
      
      
      BitKeeper/deleted/.del-INSTALL-WIN-SOURCE~8b030042cb95ca9:
        Delete: INSTALL-WIN-SOURCE
      Docs/Makefile.am:
         - Create INSTALL-WIN-SOURCE from mysql.info
      d1a673c8
    • unknown's avatar
      Item_param::save_in_field(): · 5ea174a9
      unknown authored
      thd->command can be anything except COM_EXECUTE in no cases
      except programming error.
      
      
      5ea174a9
    • unknown's avatar
      Ensure that innodb is created for the first replication test as the... · 40d2de8e
      unknown authored
      Ensure that innodb is created for the first replication test as the slave-timeout is lower for future tests and this failed on some slower machines
      
      
      
      40d2de8e
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 7bdb1b1e
      unknown authored
      into mysql.com:/home/kostja/mysql/mysql-4.1-root
      
      
      7bdb1b1e
  8. 01 Dec, 2003 5 commits
    • unknown's avatar
      join_outer.result, null.result, null.test, item_cmpfunc.h: · 17119e6d
      unknown authored
        Fixed inconsistency of values of used_tables_cache and
        const_item_cache for Item_func_isnull objects (bug #1990).
      
      
      sql/item_cmpfunc.h:
        Fixed inconsistency of values of used_tables_cache and
        const_item_cache for Item_func_isnull objects (bug #1990).
      mysql-test/t/null.test:
        Fixed inconsistency of values of used_tables_cache and
        const_item_cache for Item_func_isnull objects (bug #1990).
      mysql-test/r/null.result:
        Fixed inconsistency of values of used_tables_cache and
        const_item_cache for Item_func_isnull objects (bug #1990).
      mysql-test/r/join_outer.result:
        Fixed inconsistency of values of used_tables_cache and
        const_item_cache for Item_func_isnull objects (bug #1990).
      17119e6d
    • unknown's avatar
      cleanup: unused variable removed · 524ab904
      unknown authored
      followup of Bordeaux Optimizer session
      
      
      524ab904
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 49a8ca4d
      unknown authored
      into mysql.com:/home/kostja/mysql/mysql-4.1-root
      
      
      49a8ca4d
    • unknown's avatar
      don't delete select_lex->having and select_lex->where as we delete · 6736de28
      unknown authored
      all items in free_prep_stmt(free_items);
      
      indentation fix
      
      
      6736de28
    • unknown's avatar
      Portability fixes (for binary build) · 91de6fdb
      unknown authored
      Added --protocol to mysqlbinlog
      
      
      client/mysql.cc:
        Indentation cleanup
      client/mysqlbinlog.cc:
        Added protocol option
      mysql-test/r/rpl_until.result:
        Update results
      mysql-test/t/rpl_until.test:
        If --sleep option was given then the salve could do many retries, which affected the size of the binary log. This is fixed by not comparing the binary log size/position
      sql/mysqld.cc:
        More debugging with set_maximum_open_files()
      vio/viosocket.c:
        Portability fix.
      91de6fdb
  9. 28 Nov, 2003 1 commit