1. 26 May, 2003 11 commits
  2. 25 May, 2003 1 commit
    • unknown's avatar
      log.cc: · dc90f5cc
      unknown authored
        If FOREIGN_KEY_CHECKS=0, wrap in binlog SQL statements inside SET FOREIGN_...=0; ... ; SET FOREIGN_...=1
      
      
      sql/log.cc:
        If FOREIGN_KEY_CHECKS=0, wrap in binlog SQL statements inside SET FOREIGN_...=0; ... ; SET FOREIGN_...=1
      dc90f5cc
  3. 23 May, 2003 4 commits
  4. 21 May, 2003 6 commits
  5. 19 May, 2003 3 commits
    • unknown's avatar
      - Tagged ChangeSet 1.1497 as "mysql-4.0.13" · 32592ab8
      unknown authored
       - Updated version number in configure.in to 4.0.14 now that 4.0.13 has
         been tagged 
      
      
      configure.in:
         - Updated version number to 4.0.14 now that 4.0.13 has been tagged
      32592ab8
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.0 · 68aa31f2
      unknown authored
      into narttu.mysql.fi:/my/mysql-4.0
      
      
      sql/mysql_priv.h:
        Auto merged
      68aa31f2
    • unknown's avatar
      Added option --read-only (Thanks to Markus Benning) · 18dd37b8
      unknown authored
      
      myisam/myisamchk.c:
        Removed warning from fulltext when repairing many tables with fulltext index
      sql/init.cc:
        Remove not used variables
      sql/mysql_priv.h:
        Remove not used variables
      sql/mysqld.cc:
        Removed not used variables
        Added option --read-only
        Change opt_do_pstack and master_ssl to get them to work with my_getopt
      sql/set_var.cc:
        Option --read-only
      sql/sql_parse.cc:
        Option --read-only
      18dd37b8
  6. 18 May, 2003 1 commit
    • unknown's avatar
      srv0start.c: · c2c0e70f
      unknown authored
        Better instructions for the user if adding of new ibdata files fails
      
      
      innobase/srv/srv0start.c:
        Better instructions for the user if adding of new ibdata files fails
      c2c0e70f
  7. 17 May, 2003 1 commit
    • unknown's avatar
      buf0buf.c: · bdf002d9
      unknown authored
        When calculating the buf pool dirty pages ratio, add also free pages to the LRU list length: no need to active flushing if there are lots of free pages in the buffer pool
      
      
      innobase/buf/buf0buf.c:
        When calculating the buf pool dirty pages ratio, add also free pages to the LRU list length: no need to active flushing if there are lots of free pages in the buffer pool
      bdf002d9
  8. 16 May, 2003 3 commits
    • unknown's avatar
      buf0lru.c, buf0flu.c, buf0buf.c, buf0lru.h: · e4a95f29
      unknown authored
        Search first only 10 % of the LRU list for a replaceable block before doing an LRU flush; enable again flushing of close pages also in a flush list (checkpointing) flush
      trx0trx.c:
        Add forgotten return value (it was not used anywhere, fortunately)
      ha_innodb.h, mysql_priv.h:
        Move declaration of srv_buf_pool_max_modified_pct to ha_innodb.h and enclose it to denote it is a C variable, not C++
      
      
      sql/mysql_priv.h:
        Move declaration of srv_buf_pool_max_modified_pct to ha_innodb.h and enclose it to denote it is a C variable, not C++
      sql/ha_innodb.h:
        Move declaration of srv_buf_pool_max_modified_pct to ha_innodb.h and enclose it to denote it is a C variable, not C++
      innobase/trx/trx0trx.c:
        Add forgotten return value (it was not used anywhere, fortunately)
      innobase/include/buf0lru.h:
        Search first only 10 % of the LRU list for a replaceable block before doing an LRU flush; enable again flushing of close pages also in a flush list (checkpointing) flush
      innobase/buf/buf0buf.c:
        Search first only 10 % of the LRU list for a replaceable block before doing an LRU flush; enable again flushing of close pages also in a flush list (checkpointing) flush
      innobase/buf/buf0flu.c:
        Search first only 10 % of the LRU list for a replaceable block before doing an LRU flush; enable again flushing of close pages also in a flush list (checkpointing) flush
      innobase/buf/buf0lru.c:
        Search first only 10 % of the LRU list for a replaceable block before doing an LRU flush; enable again flushing of close pages also in a flush list (checkpointing) flush
      e4a95f29
    • unknown's avatar
      d57d45bb
    • unknown's avatar
      my_global.h: · 71df0f64
      unknown authored
        - QNX 6.2.1 actually defines HAVE_RINT
        - fixed rint(A) #define as it was causing compile errors on QNX
      
      
      include/my_global.h:
        - QNX 6.2.1 actually defines HAVE_RINT
        - fixed rint(A) #define as it was causing compile errors on QNX
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      71df0f64
  9. 14 May, 2003 10 commits
    • unknown's avatar
      Portability fix for 64 bit machines · 43d37140
      unknown authored
      43d37140
    • unknown's avatar
      Merge with 3.23 (No releavant code changes) · 6ea284dc
      unknown authored
      
      acinclude.m4:
        Auto merged
      configure.in:
        Merge with 3.23
      innobase/os/os0sync.c:
        No change
      sql/sql_show.cc:
        No change
      6ea284dc
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.0 · 4efbc40a
      unknown authored
      into narttu.mysql.fi:/my/mysql-4.0
      
      
      4efbc40a
    • unknown's avatar
      Fixed bug in CREATE ... DECIMAL(-1,1). Bug #432 · ac316cfd
      unknown authored
      
      mysql-test/mysql-test-run.sh:
        Ensure that tests are sorted
      mysql-test/r/type_decimal.result:
        Test for bug with decimal()
      mysql-test/t/type_decimal.test:
        Test for bug with decimal()
      sql/sql_parse.cc:
        Fixed bug in CREATE ... DECIMAL(-1,1)
      ac316cfd
    • unknown's avatar
      Portability fixes OpenUnix 8 & UnixWare 7.1.x · 3e52a3f1
      unknown authored
      3e52a3f1
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-3.23 · babb7ce9
      unknown authored
      into narttu.mysql.fi:/my/mysql-3.23
      
      
      babb7ce9
    • unknown's avatar
      os0sync.c: · dbc5d0e1
      unknown authored
        Check return value of pthread_cond_...
      
      
      innobase/os/os0sync.c:
        Check return value of pthread_cond_...
      dbc5d0e1
    • unknown's avatar
      os0sync.c: · fb0d4064
      unknown authored
        Check that pthread_mutex_init and pthread_mutex_destroy return 0
      
      
      innobase/os/os0sync.c:
        Check that pthread_mutex_init and pthread_mutex_destroy return 0
      fb0d4064
    • unknown's avatar
      os0sync.c: · 58d4f569
      unknown authored
        Backport from 4.0: We had forgotten to call pthread_mutex_destroy when we free an OS mutex in Unix
      
      
      innobase/os/os0sync.c:
        Backport from 4.0: We had forgotten to call pthread_mutex_destroy when we free an OS mutex in Unix
      58d4f569
    • unknown's avatar
      os0sync.c: · 23d7a317
      unknown authored
        We had forgotten to call pthread_mutex_destroy when we free an OS mutex in Unix
      
      
      innobase/os/os0sync.c:
        We had forgotten to call pthread_mutex_destroy when we free an OS mutex in Unix
      23d7a317