1. 25 Mar, 2003 4 commits
    • unknown's avatar
      crash-me.sh: · 24a3dfdc
      unknown authored
        add new parameter  checks length_of_varchar_field,
        add new auxilary functions:
        get_recordset
        compare_recordset
        print_recordset
      
      
      sql-bench/crash-me.sh:
        add new parameter  checks length_of_varchar_field,
        add new auxilary functions:
        get_recordset
        compare_recordset
        print_recordset
      24a3dfdc
    • unknown's avatar
      Fix for small bug #186 (If a connection has temporary tables and does · e017f363
      unknown authored
      RESET MASTER, this breaks replication).
      In the slave SQL thread, any DROP TEMPORARY TABLE is silently
      converted to DROP TEMPORARY TABLE IF EXISTS, not to have irrelevant
      "table does not exist". See comments in code or bug #186 for an example
      of how irrelevant errors like this can arise.
      
      e017f363
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.0 · 5b17cd54
      unknown authored
      into narttu.mysql.fi:/my/mysql-4.0
      
      
      mysql-test/r/group_by.result:
        Auto merged
      mysql-test/t/group_by.test:
        Auto merged
      5b17cd54
    • unknown's avatar
      Fixed bug with GROUP BY and alias · 0fb65944
      unknown authored
      
      mysql-test/r/group_by.result:
        Test for group by + alias bug
      mysql-test/t/group_by.test:
        Test for group by + alias bug
      0fb65944
  2. 24 Mar, 2003 3 commits
  3. 23 Mar, 2003 1 commit
  4. 22 Mar, 2003 3 commits
  5. 21 Mar, 2003 5 commits
    • unknown's avatar
      Missed one file from Novell changes in 1.1686 · 67006279
      unknown authored
      
      netware/mysqld_safe.c:
        Changes to argument handling, spawn, etc
      67006279
    • unknown's avatar
      Changes from Novell for various NetWare-only files, post-4.0.12 · f2a29c00
      unknown authored
      
      include/config-netware.h:
        Define USE_OLD_FUNCTIONS, remove NKS header includes
      netware/BUILD/mwenv:
        Changes to compiler flags
      netware/BUILD/nwbootstrap:
        bk changes syntax
      netware/Makefile.am:
        Remove isamchk.def, mysqld.xdc, add comp_err.def to netware_build_files
      netware/isamchk.def:
        Add XDCDATA
      netware/isamlog.def:
        Add XDCDATA
      netware/libmysql.def:
        Add XDCDATA
      netware/my_manage.c:
        Changes in argument handling, use procve
      netware/my_manage.h:
        Changes to argument handling, spawn
      netware/my_print_defaults.def:
        Add XDCDATA
      netware/myisamchk.def:
        Add XDCDATA
      netware/myisamlog.def:
        Add XDCDATA
      netware/myisampack.def:
        Add XDCDATA
      netware/mysql.def:
        Add XDCDATA
      netware/mysql_install.def:
        Add XDCDATA
      netware/mysql_install_db.c:
        Argument handling changes, etc
      netware/mysql_install_db.def:
        Add XDCDATA
      netware/mysql_test_run.c:
        Argument handling, spawn changes, etc
      netware/mysql_test_run.def:
        Add XDCDATA
      netware/mysqladmin.def:
        Add XDCDATA
      netware/mysqlbinlog.def:
        Add XDCDATA
      netware/mysqlcheck.def:
        Add XDCDATA
      netware/mysqld.def:
        Add XDCDATA
      netware/mysqld_safe.def:
        Add XDCDATA
      netware/mysqldump.def:
        Add XDCDATA
      netware/mysqlimport.def:
        Add XDCDATA
      netware/mysqlshow.def:
        Add XDCDATA
      netware/mysqltest.def:
        Add XDCDATA
      netware/pack_isam.def:
        Add XDCDATA
      netware/perror.def:
        Add XDCDATA
      netware/replace.def:
        Add XDCDATA
      netware/resolveip.def:
        Add XDCDATA
      f2a29c00
    • unknown's avatar
      crash-me.sh: · 8afbade3
      unknown authored
        add foreign key value update test
      
      
      sql-bench/crash-me.sh:
        add foreign key value update test
      8afbade3
    • unknown's avatar
      Fixed a bug in comment handling. · 277497fa
      unknown authored
      277497fa
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.0 · 6af830d2
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/work-qcfile-4.0
      
      
      sql/sql_yacc.yy:
        Auto merged
      6af830d2
  6. 20 Mar, 2003 1 commit
  7. 19 Mar, 2003 4 commits
  8. 18 Mar, 2003 7 commits
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.0 · 32594fc6
      unknown authored
      into narttu.mysql.fi:/my/mysql-4.0
      
      
      configure.in:
        Auto merged
      32594fc6
    • unknown's avatar
      Allow optimzation of multi-table-update also for InnoDB tables · afa07926
      unknown authored
      MEMORY is alias for HEAP for CREATE TABLE ... TYPE=HEAP
      Fixed bug in multi-table-update where a row could be updated several times
      
      
      mysql-test/r/heap.result:
        Test of CREATE TABLE ... type=MEMORY
      mysql-test/r/innodb.result:
        Added multi-update-test
      mysql-test/r/multi_update.result:
        Added multi-update-test
      mysql-test/t/heap.test:
        Test of CREATE TABLE ... type=MEMORY
      mysql-test/t/innodb.test:
        Added multi-update-test
      mysql-test/t/multi_update.test:
        Added multi-update-test
      sql/ha_innodb.h:
        Allow optimzation of multi-table-update also for InnoDB tables
      sql/handler.h:
        Allow optimzation of multi-update also for InnoDB tables
      sql/key.cc:
        After merge fix
      sql/lex.h:
        MEMORY is alias for HEAP
      sql/sql_test.cc:
        Fixed wrong printf
      sql/sql_update.cc:
        Fixed bug in multi-table-update where a row could be updated several times
      sql/sql_yacc.yy:
        MEMORY is alias for HEAP
      afa07926
    • unknown's avatar
      - renamed "rnd" to "my_rnd" as the name was too generic (and is an exported · 03e0f959
      unknown authored
         symbol in libmysqlclient) (thanks to Dennis Haney for the initial patch)
       - cleanup: removed client/password.c (not used at all) and
         libmysql/password.c (should rather be a symlink to sql/password.c instead)
       - applied HPUX11 portability fix for char_val declaration to sql/password.c
         (taken from libmysql/password.c)
      
      
      BitKeeper/deleted/.del-password.c~c036d4f8b3280843:
        Delete: client/password.c
      BitKeeper/deleted/.del-password.c~76f30876e68eddb4:
        Delete: libmysql/password.c
      include/mysql_com.h:
         - replaced "rnd" with "my_rnd"
      libmysql/Makefile.am:
         - removed dead piece of code ($qs was not defined)
         - symlink password.c from the sql directory
      libmysqld/Makefile.am:
         - use password.c from the sql directory instead
      sql/item_func.cc:
         - replaced "rnd" with "my_rnd"
      sql/mysqld.cc:
         - replaced "rnd" with "my_rnd"
      sql/password.c:
         - replaced "rnd" with "my_rnd"
      sql/sql_class.cc:
         - replaced "rnd" with "my_rnd"
      sql/sql_crypt.cc:
         - replaced "rnd" with "my_rnd"
      03e0f959
    • unknown's avatar
      - updated version number (4.0.12 -> 4.0.13) · ba7efd10
      unknown authored
       - tagged ChangeSet 1.1671 as mysql-4.0.12
      
      
      configure.in:
         - updated version number (4.0.12 -> 4.0.13)
      ba7efd10
    • unknown's avatar
      Merge with 3.23 to get fix for halloween problem on Update of InnoDB tables · f3a5ccf5
      unknown authored
      
      innobase/row/row0mysql.c:
        Auto merged
      innobase/row/row0sel.c:
        Auto merged
      sql/key.cc:
        Auto merged
      configure.in:
        Merge with 3.23
      mysql-test/r/innodb.result:
        Merge with 3.23
      mysql-test/t/innodb.test:
        Merge with 3.23
      strings/strto.c:
        Merge with 3.23
      f3a5ccf5
    • unknown's avatar
      Test of range optimizer in InnoDB · 71dabe96
      unknown authored
      
      sql/ha_myisam.cc:
        Added function comment
      71dabe96
    • unknown's avatar
      Fix of 'halloween bug' with UPDATE of InnoDB tables. · 321cbe2d
      unknown authored
      
      mysql-test/r/innodb.result:
        Test of 'halloween bug'
      mysql-test/t/innodb.test:
        Test of 'halloween bug'
      strings/strto.c:
        Portability fix
      321cbe2d
  9. 17 Mar, 2003 4 commits
    • unknown's avatar
      New variable rli->ignore_log_space_limit to resolve · e7ee03b0
      unknown authored
      a deadlock between I/O and SQL threads in replication
      when relay_log_space is too small. This fixes bug #79.
      
      
      sql/log.cc:
        New variable rli->ignore_log_space_limit to resolve
        a deadlock between I/O and SQL threads in replication
        when relay_log_space is too small.
      sql/slave.cc:
        New variable rli->ignore_log_space_limit to resolve
        a deadlock between I/O and SQL threads in replication
        when relay_log_space is too small.
      sql/slave.h:
        New variable rli->ignore_log_space_limit to resolve
        a deadlock between I/O and SQL threads in replication
        when relay_log_space is too small.
      sql/sql_repl.cc:
        New variable rli->ignore_log_space_limit to resolve
        a deadlock between I/O and SQL threads in replication
        when relay_log_space is too small.
      e7ee03b0
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.0 · 14d4cdde
      unknown authored
      into narttu.mysql.fi:/my/mysql-4.0
      
      14d4cdde
    • unknown's avatar
      Change dbug.h -> my_dbug.h (Portability fix) · 18a2030d
      unknown authored
      Ensure that \ is not allowed in filenames, even on Unix
      
      
      include/my_dbug.h:
        Rename: include/dbug.h -> include/my_dbug.h
      include/Makefile.am:
        Change dbug.h -> my_dbug.h
      include/my_global.h:
        Change dbug.h -> my_dbug.h
      libmysql/get_password.c:
        Change dbug.h -> my_dbug.h
      libmysqld/lib_vio.c:
        Change dbug.h -> my_dbug.h
      sql/table.cc:
        Ensure that \ is not allowed in filenames, even on Unix
      18a2030d
    • unknown's avatar
      Fixed a bug in --one-database. · c15872b3
      unknown authored
      c15872b3
  10. 16 Mar, 2003 5 commits
  11. 15 Mar, 2003 3 commits
    • unknown's avatar
      row0sel.c: · 27a7c0c8
      unknown authored
        Fix bug number 154: GROUP BY and DISTINCT could treat NULL values inequal
      
      
      innobase/row/row0sel.c:
        Fix bug number 154: GROUP BY and DISTINCT could treat NULL values inequal
      27a7c0c8
    • unknown's avatar
      row0sel.c: · c1733bc3
      unknown authored
        Fix bug number 154: GROUP BY and DISTINCT could treat NULL values inequal
      
      
      innobase/row/row0sel.c:
        Fix bug number 154: GROUP BY and DISTINCT could treat NULL values inequal
      c1733bc3
    • unknown's avatar
      - fixed C++-style comments to make IBM C compiler happy · 6ddbaa1d
      unknown authored
      
      client/mysqlshow.c:
         - fixed C++-style comment to make IBM C compiler happy
      6ddbaa1d