1. 26 Jan, 2003 3 commits
  2. 25 Jan, 2003 1 commit
    • unknown's avatar
      Change bench files for mimer compability, change crash-me for correct testing time datafields · e1eb5d7c
      unknown authored
      
      sql-bench/crash-me.sh:
        rectify mimer section
      sql-bench/server-cfg.sh:
        - Add parameter time_format_inresult  
        - add parameters time_format_ISO, time_format_EUR, time_format_USA,          
         time_format_HHMMSS, time_format_HHHHMMSS
        - changed sub version() for mysql in the server-cfg, that version shows if 
         client connects with SSL
        - made --verbose by default
        - paramters func_extra_time_to_sec, ..sec_to_time, ..addtime, ..subtime, 
        ..timediff, ..maketime, ..time, func_odbc_hour, ..hour_time, ...minute, 
        ...second now uses time formats, that understandable for DBMS
      sql-bench/test-insert.sh:
        some changes for mimer compability
      sql-bench/test-select.sh:
        some changes for mimer compability
      e1eb5d7c
  3. 24 Jan, 2003 1 commit
    • unknown's avatar
      - added mysql_waitpid to the MySQL-client RPM and binary distributions · f9e1f8e2
      unknown authored
       - renamed MySQL.rpm to MySQL-server.rpm
      
      
      scripts/make_binary_distribution.sh:
         - added mysql_waitpid to binary distribution (required for mysql-test-run)
      support-files/mysql.spec.sh:
         - renamed package "MySQL" to "MySQL-server"
         - fixed Copyright tag
         - added mysql_waitpid to "client" subpackage (required for mysql-test-run)
      f9e1f8e2
  4. 23 Jan, 2003 5 commits
  5. 22 Jan, 2003 1 commit
  6. 21 Jan, 2003 2 commits
  7. 20 Jan, 2003 2 commits
    • unknown's avatar
      ha_innodb.cc: · d5833961
      unknown authored
        Convert TL_READ_NO_INSERT to TL_READ to allow concurrent inserts to the table in INSERT INTO ... SELECT ... FROM table
      
      
      sql/ha_innodb.cc:
        Convert TL_READ_NO_INSERT to TL_READ to allow concurrent inserts to the table in INSERT INTO ... SELECT ... FROM table
      d5833961
    • unknown's avatar
      Fixed bug with EXPLAIN on empty table · f6cbace9
      unknown authored
      
      mysql-test/r/explain.result:
        test of bug with EXPLAIN on empty table
      mysql-test/t/explain.test:
        test of bug with EXPLAIN on empty table
      f6cbace9
  8. 19 Jan, 2003 2 commits
  9. 18 Jan, 2003 6 commits
    • unknown's avatar
      Merge with 3.23 to get bug fix for SHOW PROCESSLIST + running thread · b2ba400f
      unknown authored
      
      myisam/mi_create.c:
        Auto merged
      sql/log.cc:
        Auto merged
      innobase/btr/btr0sea.c:
        Merge with 3.23 (use local file)
      sql/slave.cc:
        merge with 3.23
      sql/sql_db.cc:
        Merge with 3.23
      sql/sql_parse.cc:
        Merge with 3.23
      b2ba400f
    • unknown's avatar
    • unknown's avatar
      Only set thd->query to 0 if LOCK_thread_count is hold · bd705492
      unknown authored
      This fixes a possible core dump problem in SHOW PROCESSLIST
      
      
      sql/slave.cc:
        Only set thd->query to 0 if LOCK_thread_count is hold
      sql/sql_db.cc:
        Only set thd->query to 0 if LOCK_thread_count is hold
        Also first set query_length, then query
      sql/sql_parse.cc:
        Indentation changes
      bd705492
    • unknown's avatar
      Merge heikki@work.mysql.com:/home/bk/mysql · d803ae0a
      unknown authored
      into hundin.mysql.fi:/home/heikki/mysql
      
      
      d803ae0a
    • unknown's avatar
      btr0sea.c: · 99b31444
      unknown authored
        Backport from 4.0: fix bug in adaptive hash index search
      
      
      innobase/btr/btr0sea.c:
        Backport from 4.0: fix bug in adaptive hash index search
      99b31444
    • unknown's avatar
      btr0sea.h, btr0sea.c: · 43523184
      unknown authored
        Fix a crash in page_dir_find_owner_slot if an adaptive hash index search coincides with purge or an insert
      
      
      innobase/btr/btr0sea.c:
        Fix a crash in page_dir_find_owner_slot if an adaptive hash index search coincides with purge or an insert
      innobase/include/btr0sea.h:
        Fix a crash in page_dir_find_owner_slot if an adaptive hash index search coincides with purge or an insert
      43523184
  10. 17 Jan, 2003 11 commits
  11. 16 Jan, 2003 6 commits
    • unknown's avatar
      ha_innodb.cc: · 0ae9e6e8
      unknown authored
        Had forgotten to change ha_innodb.cc to reflect that InnoDB now supports HA_READ_PREFIX_LAST
      
      
      sql/ha_innodb.cc:
        Had forgotten to change ha_innodb.cc to reflect that InnoDB now supports HA_READ_PREFIX_LAST
      0ae9e6e8
    • unknown's avatar
      Merge with 3.23 · 90b2534f
      unknown authored
      
      innobase/btr/btr0btr.c:
        Auto merged
      ltconfig:
        Auto merged
      innobase/include/btr0btr.h:
        Auto merged
      innobase/log/log0log.c:
        Auto merged
      libmysql/Makefile.shared:
        Auto merged
      man/isamlog.1:
        Auto merged
      man/mysql.1:
        Auto merged
      man/mysql_zap.1:
        Auto merged
      man/isamchk.1:
        Auto merged
      man/mysqlaccess.1:
        Auto merged
      man/mysqladmin.1:
        Auto merged
      man/mysqld_multi.1:
        Auto merged
      man/mysqld.1:
        Auto merged
      man/mysqld_safe.1:
        Auto merged
      man/mysqldump.1:
        Auto merged
      man/mysqlshow.1:
        Auto merged
      man/replace.1:
        Auto merged
      myisam/mi_unique.c:
        Auto merged
      scripts/mysqld_safe.sh:
        Auto merged
      sql/net_pkg.cc:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      strings/Makefile.am:
        Auto merged
      man/perror.1:
        Auto merged
      Makefile.am:
        merge with 3.23
      client/mysqltest.c:
        merge with 3.23
      innobase/btr/btr0pcur.c:
        merge with 3.23 (use local file)
      innobase/row/row0purge.c:
        merge with 3.23 (use local file)
      scripts/mysql_fix_privilege_tables.sh:
        Merge with 3.23 (Apply debian patches)
      sql/ha_innodb.cc:
        merge with 3.23 (use local file)
      sql/mysqld.cc:
        Merge with 3.23 (use local file)
      sql/net_serv.cc:
        Merge with 3.23 (use local file)
      sql/sql_db.cc:
        Merge with 3.23 (use local file)
      90b2534f
    • unknown's avatar
    • unknown's avatar
      bugfix for 'ANALYZE for MERGE' and table-less MERGE table · ef309154
      unknown authored
      
      mysql-test/r/merge.result:
        test added
      mysql-test/t/merge.test:
        test added
      ef309154
    • unknown's avatar
      ha_innodb.cc: · cc014ceb
      unknown authored
        Backport from 4.1: make sure change_active_index is only called with a properly initialized InnoDB table handle
      
      
      sql/ha_innodb.cc:
        Backport from 4.1: make sure change_active_index is only called with a properly initialized InnoDB table handle
      cc014ceb
    • unknown's avatar
      ha_innodb.cc: · 574ac5d3
      unknown authored
        Make SHOW INNODB STATUS aware when we are estimating index range size etc.
      
      
      sql/ha_innodb.cc:
        Make SHOW INNODB STATUS aware when we are estimating index range size etc.
      574ac5d3