1. 01 Apr, 2003 1 commit
  2. 31 Mar, 2003 3 commits
  3. 30 Mar, 2003 1 commit
    • unknown's avatar
      truncating REPLACE result bug fix · 53804117
      unknown authored
      
      mysql-test/r/func_str.result:
        test result for truncating REPLACE result
      mysql-test/t/func_str.test:
        test with long arguments for REPLACE
      sql/item_strfunc.cc:
        fix for counting REPLACE result length
      53804117
  4. 27 Mar, 2003 4 commits
  5. 26 Mar, 2003 4 commits
  6. 25 Mar, 2003 7 commits
  7. 24 Mar, 2003 3 commits
  8. 23 Mar, 2003 1 commit
  9. 22 Mar, 2003 3 commits
  10. 21 Mar, 2003 6 commits
    • unknown's avatar
      Post-4.0.12 changes from Novell: mostly NetWare-related code changes to utilize new LibC · 2ec41637
      unknown authored
      
      client/mysql.cc:
        Remove unnecessary pthread_yield calls for NetWare
      client/mysqldump.c:
        Remove unnecessary pthread_yield calls for NetWare
      include/my_pthread.h:
        Special extern my_pthread_cond_timedwait no longer required for NetWare
      mysql-test/t/backup.test:
        replace_result added so test passes correctly on NetWare
      mysys/default.c:
        Add conditional to avoid non-applicable file checking on NetWare
      mysys/my_init.c:
        Remove working directory change from netware_init()
      mysys/my_pthread.c:
        Remove unnecessary NetWare version of my_pthread_cond_timedwait
      mysys/thr_mutex.c:
        Remove unnecessary NetWare block
      scripts/make_binary_distribution.sh:
        Changes to clear up extraneous EXTRA_BIN_FILES, NetWare sections
      2ec41637
    • unknown's avatar
      Missed one file from Novell changes in 1.1686 · 0f18ab78
      unknown authored
      
      netware/mysqld_safe.c:
        Changes to argument handling, spawn, etc
      0f18ab78
    • unknown's avatar
      Changes from Novell for various NetWare-only files, post-4.0.12 · 0ea383e0
      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
      0ea383e0
    • unknown's avatar
      crash-me.sh: · 8b716644
      unknown authored
        add foreign key value update test
      
      
      sql-bench/crash-me.sh:
        add foreign key value update test
      8b716644
    • unknown's avatar
      Fixed a bug in comment handling. · 8b9d8b29
      unknown authored
      8b9d8b29
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.0 · 6665ead9
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/work-qcfile-4.0
      
      
      sql/sql_yacc.yy:
        Auto merged
      6665ead9
  11. 20 Mar, 2003 1 commit
  12. 19 Mar, 2003 4 commits
  13. 18 Mar, 2003 2 commits
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.0 · cd4d7716
      unknown authored
      into narttu.mysql.fi:/my/mysql-4.0
      
      
      configure.in:
        Auto merged
      cd4d7716
    • unknown's avatar
      Allow optimzation of multi-table-update also for InnoDB tables · f45236de
      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
      f45236de