1. 14 Jul, 2002 2 commits
  2. 09 Jul, 2002 1 commit
  3. 01 Jul, 2002 4 commits
  4. 30 Jun, 2002 20 commits
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 · f26ae212
      unknown authored
      
      myisam/mi_check.c:
        Auto merged
      f26ae212
    • unknown's avatar
      Removed purify warning · 05939f45
      unknown authored
      
      myisam/mi_check.c:
        Clear memory after keys to avoid warnings when using purify.
        (The keys will be written to file, so they are kind of used).
      mysql-test/r/myisam.result:
        Check repaired table
      mysql-test/t/myisam.test:
        Check repaired table
      05939f45
    • unknown's avatar
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · 7920ef79
      unknown authored
      into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
      
      
      7920ef79
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · b09ab341
      unknown authored
      into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
      
      
      b09ab341
    • unknown's avatar
      post-merge fix · 24e6b1b5
      unknown authored
      
      myisam/myisamchk.c:
        typo fixed
      24e6b1b5
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · ff1dc122
      unknown authored
      into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
      
      
      ff1dc122
    • unknown's avatar
    • unknown's avatar
      Fix problem with gcc 3.1 · bbe55cd1
      unknown authored
      bbe55cd1
    • unknown's avatar
      manual.texi fix agreement · 655d9786
      unknown authored
      
      Docs/manual.texi:
        fix agreement
      655d9786
    • unknown's avatar
      More fixup. · e3d39c05
      unknown authored
      e3d39c05
    • unknown's avatar
      Manual fixups for 4.0.2. · 7e77d5b6
      unknown authored
      7e77d5b6
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 · 417c53ac
      unknown authored
      
      include/my_pthread.h:
        Auto merged
      417c53ac
    • unknown's avatar
      Merge serg:/usr/home/serg/Abk/mysql-4.0 · 85edab84
      unknown authored
      into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
      
      
      85edab84
    • unknown's avatar
      merged · fa87affa
      unknown authored
      
      include/myisam.h:
        Auto merged
      myisam/myisamchk.c:
        Auto merged
      fa87affa
    • unknown's avatar
      Update for running gcc 3.x (mainly on HPUX) · a86390f0
      unknown authored
      Portability fixes for HPUX
      Rename of CHECK_LOCK to IS_FREE_LOCK
      Apply lower_case_table_names also to databases
      Cleanup of describe code
      Don't allow \ in database names
      
      
      Build-tools/Do-compile:
        Added option --make-options
      Docs/manual.texi:
        Changelog
        Added XOR, ^ and IS_FREE_LOCK() descriptions
      acinclude.m4:
        Update for running gcc 3.x on HPUX
      client/mysql.cc:
        Portability fix
      client/mysqlbinlog.cc:
        Fix for using gcc 3.1
      configure.in:
        Fix for using gcc 3.1
      include/my_global.h:
        Fix for using gcc 3.1
      include/my_pthread.h:
        Removed warning on HPUX
      innobase/configure.in:
        Portability fix (for gcc 3.1 on HPUX)
      innobase/ut/ut0ut.c:
        Portability fix (for gcc 3.1 on HPUX)
      mysql-test/r/func_test.result:
        Test of new functions
      mysql-test/r/rpl_get_lock.result:
        Test of new functions
      mysql-test/t/func_test.test:
        Test of new functions
      mysql-test/t/rpl_get_lock.test:
        Test of new functions
      mysys/my_tempnam.c:
        Portability fix
      sql/item_cmpfunc.cc:
        Added comments to Item_cond_xor.
        Fixed NULL handling for XOR
      sql/item_create.cc:
        rename of CHECK_LOCK to IS_FREE_LOCK
      sql/item_create.h:
        rename of CHECK_LOCK to IS_FREE_LOCK
      sql/item_func.cc:
        Cleanup XOR handling
      sql/item_func.h:
        rename of CHECK_LOCK to IS_FREE_LOCK
      sql/lex.h:
        rename of CHECK_LOCK to IS_FREE_LOCK
      sql/mysqld.cc:
        Moved chroot() to be exectued earlier.
      sql/sql_db.cc:
        Apply lower_case_table_names also to databases
      sql/sql_parse.cc:
        Apply lower_case_table_names also to databases
      sql/sql_select.cc:
        Cleanup describe code (after Sinisa's patch for EXPLAIN + UNION)
      sql/table.cc:
        Don't allow \ in database names
      a86390f0
    • unknown's avatar
      added -H (--HELP) to myisamchk to get a list of all the options it accepts... · 4d106837
      unknown authored
      added -H (--HELP) to myisamchk to get a list of all the options it accepts (including debug and internal ones).
      
      
      
      4d106837
    • unknown's avatar
      "myisamchk -p" for parallel recover works (no extensive testing though) · 1158fd9f
      unknown authored
      
      include/my_sys.h:
        make [un]lock_io_cache functions, not macro
        some io_cache_share functions int->void
      include/myisam.h:
        mi_repair_by_sort_r -> mi_repair_parallel
        MI_SORT_PARAM.master field for updating info->s.state struct
      myisam/mi_check.c:
        mi_repair_by_sort_r -> mi_repair_parallel
        MI_SORT_PARAM.master field for updating info->s.state struct
      myisam/sort.c:
        my_thread_init()/my_thread_end()
        misc bugfixes
      mysys/mf_iocache.c:
        io_cache_share functions int->void
        comments added
        [un]lock_io_cache functions added
      1158fd9f
    • unknown's avatar
      typo fixed · 422d3873
      unknown authored
      422d3873
    • unknown's avatar
      semaphores replaced by rwlock · 5c059a33
      unknown authored
      
      include/my_pthread.h:
        small bug in #define
      sql/sql_handler.cc:
        bug in order of #includes
      5c059a33
  5. 29 Jun, 2002 9 commits
  6. 28 Jun, 2002 4 commits
    • unknown's avatar
      Portability fix (for HPUX) · 6e5952d0
      unknown authored
      6e5952d0
    • unknown's avatar
      Added support for semaphores in mysys. · 37001667
      unknown authored
      (Needed for query cache for systems which doesn't have native semaphores)
      
      
      mysys/my_getopt.c:
        Safety fix.
      mysys/my_winsem.c:
        Shange all semaphore code to be uniform
      mysys/thr_rwlock.c:
        cleanup
      sql/gen_lex_hash.cc:
        Error message if wrong number of arguments.
      sql/slave.cc:
        R
      37001667
    • unknown's avatar
      Updated windows files (VC++ files and winmysqladmin). · 7311cbe7
      unknown authored
      Portability fixes.
      Removed compiler warnings.
      
      
      
      VC++Files/client/mysql.dsp:
        Updated to 4.0.2
      VC++Files/client/mysqladmin.dsp:
        Updated to 4.0.2
      VC++Files/client/mysqlclient.dsp:
        Updated to 4.0.2
      VC++Files/client/mysqldump.dsp:
        Updated to 4.0.2
      VC++Files/client/mysqlimport.dsp:
        Updated to 4.0.2
      VC++Files/client/mysqlshow.dsp:
        Updated to 4.0.2
      VC++Files/innobase/innobase.dsp:
        Updated to 4.0.2
      VC++Files/libmysql/libmySQL.dsp:
        Updated to 4.0.2
      VC++Files/libmysqltest/myTest.dsp:
        Updated to 4.0.2
      VC++Files/merge/merge.dsp:
        Updated to 4.0.2
      VC++Files/myisam/myisam.dsp:
        Updated to 4.0.2
      VC++Files/mysql.dsw:
        Updated to 4.0.2
      VC++Files/mysqlbinlog/mysqlbinlog.dsp:
        Updated to 4.0.2
      VC++Files/mysqlcheck/mysqlcheck.dsp:
        Updated to 4.0.2
      VC++Files/mysqlmanager/MySqlManager.dsp:
        Updated to 4.0.2
      VC++Files/mysys/mysys.dsp:
        Updated to 4.0.2
      VC++Files/pack_isam/pack_isam.dsp:
        Updated to 4.0.2
      VC++Files/perror/perror.dsp:
        Updated to 4.0.2
      VC++Files/replace/replace.dsp:
        Updated to 4.0.2
      VC++Files/sql/mysqld.dsp:
        Updated to 4.0.2
      VC++Files/test1/test1.dsp:
        Updated to 4.0.2
      VC++Files/thr_insert_test/thr_insert_test.dsp:
        Updated to 4.0.2
      VC++Files/thr_test/thr_test.dsp:
        Updated to 4.0.2
      VC++Files/vio/vio.dsp:
        Updated to 4.0.2
      VC++Files/zlib/zlib.dsp:
        Updated to 4.0.2
      include/config-win.h:
        Added isnan() and finite()
      include/myisam.h:
        Move thr_xxx functions to myisam_priv.h
      myisam/mi_check.c:
        Portability fix.
      myisam/mi_locking.c:
        Comment cleanup
      myisam/myisamchk.c:
        Removed compiler warning
      myisam/myisamdef.h:
        Added thr_xxx functions
      myisam/sort.c:
        Portability fix
      sql/field.cc:
        Portability fix
      sql/sql_insert.cc:
        R
      7311cbe7
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · 7b8f0177
      unknown authored
      into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
      
      
      7b8f0177