1. 31 Mar, 2003 1 commit
    • unknown's avatar
      fixed bug 209 (SQL_SELECT_LIMIT and query cache incompatibility) · a424d011
      unknown authored
      
      mysql-test/r/query_cache.result:
        test of SET OPTION SQL_SELECT_LIMIT
      mysql-test/t/query_cache.test:
        test of SET OPTION SQL_SELECT_LIMIT
      sql/sql_cache.cc:
        layout fixed
        SQL_SELECT_LIMIT stored in query cache now
      sql/sql_parse.cc:
        room for SQL_SELECT_LAYOUT storing added
      a424d011
  2. 30 Mar, 2003 2 commits
  3. 28 Mar, 2003 1 commit
  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 3 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
    • unknown's avatar
      - renamed "rnd" to "my_rnd" as the name was too generic (and is an exported · f04be0b9
      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"
      f04be0b9