1. 09 Feb, 2004 1 commit
  2. 04 Feb, 2004 16 commits
  3. 03 Feb, 2004 11 commits
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.0 · 2e17837d
      unknown authored
      into mysql.com:/home/my/mysql-4.0
      
      
      sql/mysqld.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_show.cc:
        Auto merged
      2e17837d
    • unknown's avatar
    • unknown's avatar
      - renamed myisam/ft_dump to myisam/mysam_ftdump and added it to the · 8bad17cb
      unknown authored
         binary distribution and Server RPM
      
      
      myisam/myisam_ftdump.c:
        Rename: myisam/ft_dump.c -> myisam/myisam_ftdump.c
      BitKeeper/etc/ignore:
        Added myisam/myisam_ftdump to the ignore list
      myisam/Makefile.am:
         - renamed ft_dump to myisam_ftdump and added it to bin_PROGRAMS
      scripts/make_binary_distribution.sh:
         - added myisam_ftdump to the binary distribution
      support-files/mysql.spec.sh:
         - added myisam_ftdump to the Server package
      8bad17cb
    • unknown's avatar
      extra newline removed · c11c9256
      unknown authored
      c11c9256
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-4.0/ · 7ce6131f
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-4.0
      
      
      sql/mysqld.cc:
        Auto merged
      7ce6131f
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.0 · c4fec1a4
      unknown authored
      into gw.mysql.r18.ru:/usr/home/ram/work/4.0.b2185
      
      c4fec1a4
    • unknown's avatar
      Ensure that privileges are tested properly for multi-table-updates. · 2cf47972
      unknown authored
      Now one need only SELECT privilege for tables that are only read in
      UPDATE statements with many tables. (Bug #2377).
      
      
      sql/sql_acl.cc:
        Comment cleanup
      sql/sql_parse.cc:
        Merged duplicate code.
        Removed some outdated 'tables->db' tests.
        Check privileges for multi-updates properly (Bug #2377)
      sql/sql_show.cc:
        Remove disabled code
      sql/sql_update.cc:
        Ensure that privileges are tested properly for multi-table-updates
      tests/grant.pl:
        Added more tests
      tests/grant.res:
        updated results
      2cf47972
    • unknown's avatar
      Added new option --sync-frm / --skip-sync-frm · 2f14991a
      unknown authored
      Marked --bdb-no-sync as deprecated
      Added --sync-bdb-logs / --disable-sync-bdb-logs as a synonym / alternative.
      
      
      mysys/my_getopt.c:
        Changed my_getopt so that disabled_my_option can be used for
        GET_BOOL type options too.
      sql/mysql_priv.h:
        Added opt_sync_frm
      sql/mysqld.cc:
        Added sync-frm / disable-sync-frm to mysqld, to be able to disable
        use of my_sync() (fsync()). This defaults to behavior in 4.0.16
        and before, where creating of new tables is quicker than currently.
        This option is enabled by default.
        
        Marked --bdb-no-sync as deprecated option and added another one,
        --sync-bdb-logs besides. --bdb-no-sync and --disabled-sync-bdb-logs
        are now synonyms.
      sql/unireg.cc:
        One can disable my_sync() by using --disable-sync-frm
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      2f14991a
    • unknown's avatar
      8b02526d
    • unknown's avatar
    • unknown's avatar
      Give error if locked table is used twice in query. This fixes strange error... · dccf911f
      unknown authored
      Give error if locked table is used twice in query. This fixes strange error message when doing LOCK TABLES t1 WRITE; INSERT TABLE t1 SELECT * from t1 (Bug #2296)
      
      
      client/mysqldump.c:
        Better help for flush-logs
      mysql-test/r/lock.result:
        Test for LOCK TABLES ; INSERT ... SELECT
      mysql-test/t/lock.test:
        Test for LOCK TABLES ; INSERT ... SELECT
      dccf911f
  4. 02 Feb, 2004 5 commits
    • unknown's avatar
      Proposed (version #2) fix for bug #1948: · 72a84159
      unknown authored
      "system variable query_prealloc_size can be only global"
      
      
      include/my_sys.h:
        Fix for bug #1948:
        - added reset_root_defaults function declaration
      mysys/my_alloc.c:
        Fix for bug #1948:
        - implementation and description of reset_root_defaults
      sql/set_var.cc:
        Fix for bug #1948:
        - fix_thd_mem_root and fix_trans_mem_root after update triggers
          implemented for variables query_prealloc_size, query_alloc_block_size,
          trans_prealloc_size, trans_alloc_block_size
      72a84159
    • unknown's avatar
      increase the size of a signal thread's stack (the old one was too small for... · 6db23bd9
      unknown authored
      increase the size of a signal thread's stack (the old one was too small for the thread to be created on some systems)
      bug#2599
      
      
      6db23bd9
    • unknown's avatar
      test added · 1ad277ca
      unknown authored
      1ad277ca
    • unknown's avatar
      a fix (#2185: mysql.server script echo bug) · cbb25bd2
      unknown authored
      thnx Paul.                                             
                    
      <monty> can you get the above into configure and make Makefile.am patch         
      mysql.server.sh with the right values for mysql.server ?                        
      <monty> or do you think we should just put the above in mysql.server.sh directly
      <ramil> as you want                                                             
      <monty> the last is kind of hard to do with variables, so lets put the          
      above in mysql.server.sh directly                                               
                                                                        
      
      
      support-files/mysql.server.sh:
        #2185: mysql.server script echo bug
      cbb25bd2
    • unknown's avatar
      Typo fixing · 0e1dc5a8
      unknown authored
      s/expection/exception
      
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      0e1dc5a8
  5. 01 Feb, 2004 6 commits
    • unknown's avatar
      rpl_insert_id.test, rpl_insert_id.result: · 66ed24b9
      unknown authored
        Change tests so that tables are dropped in an order respecting the FOREIGN KEY constraints
      
      
      mysql-test/r/rpl_insert_id.result:
        Change tests so that tables are dropped in an order respecting the FOREIGN KEY constraints
      mysql-test/t/rpl_insert_id.test:
        Change tests so that tables are dropped in an order respecting the FOREIGN KEY constraints
      66ed24b9
    • unknown's avatar
      innodb.result, innodb.test: · afc522ec
      unknown authored
        Change tests so that tables are dropped in an order respecting the FOREIGN KEY constraints
      
      
      mysql-test/t/innodb.test:
        Change tests so that tables are dropped in an order respecting the FOREIGN KEY constraints
      mysql-test/r/innodb.result:
        Change tests so that tables are dropped in an order respecting the FOREIGN KEY constraints
      afc522ec
    • unknown's avatar
      dict0dict.c: · 02bdc381
      unknown authored
        Change print format of FOREIGN KEY constraints spanning multiple databases to <backquote>databasename<backquote>.<backquote>tablename<backquote>; but when parsing them we must also accept <backquote>databasename.tablename<backquote>, because that was the output format in < 4.0.18
      
      
      innobase/dict/dict0dict.c:
        Change print format of FOREIGN KEY constraints spanning multiple databases to <backquote>databasename<backquote>.<backquote>tablename<backquote>; but when parsing them we must also accept <backquote>databasename.tablename<backquote>, because that was the output format in < 4.0.18
      02bdc381
    • unknown's avatar
      dict0dict.c: · 568220cf
      unknown authored
        Change print format of FOREIGN KEY constraints spanning multiple databases to: .; but we when parsing them we must also accept , because that was the output format in < 4.0.18
      
      
      innobase/dict/dict0dict.c:
        Change print format of FOREIGN KEY constraints spanning multiple databases to: .; but we when parsing them we must also accept , because that was the output format in < 4.0.18
      568220cf
    • unknown's avatar
      dict0dict.c: · 1ec4c124
      unknown authored
        Remove redundant code; parse both the database name and the table name in a FOREIGN KEY constraint with quotes in mind
      row0mysql.c, ha_innodb.cc, sql_table.cc:
        Return error message Cannot delete or update a parent row... if we try to drop a table which is referenced by a FOREIGN KEY constraint, and the user has not set foreign_key_checks=0
      
      
      sql/sql_table.cc:
        Return error message Cannot delete or update a parent row... if we try to drop a table which is referenced by a FOREIGN KEY constraint, and the user has not set foreign_key_checks=0
      sql/ha_innodb.cc:
        Return error message Cannot delete or update a parent row... if we try to drop a table which is referenced by a FOREIGN KEY constraint, and the user has not set foreign_key_checks=0
      innobase/row/row0mysql.c:
        Return error message Cannot delete or update a parent row... if we try to drop a table which is referenced by a FOREIGN KEY constraint, and the user has not set foreign_key_checks=0
      innobase/dict/dict0dict.c:
        Remove redundant code; parse both the database name and the table name in a FOREIGN KEY constraint with quotes in mind
      1ec4c124
    • unknown's avatar
      dict0dict.c: · 9cad797f
      unknown authored
        Cleanup
      
      
      innobase/dict/dict0dict.c:
        Cleanup
      9cad797f
  6. 30 Jan, 2004 1 commit