1. 09 Jul, 2002 5 commits
  2. 08 Jul, 2002 3 commits
  3. 07 Jul, 2002 1 commit
  4. 03 Jul, 2002 4 commits
    • unknown's avatar
    • unknown's avatar
      Added a compile fix for AIX to include/my_sys.h · 0670fc93
      unknown authored
      Corrected some comments that were using C++-style instead of C-style 
      
      
      include/my_sys.h:
        Portability fix: define alloca as a compiler builtin on systems that have
        gcc but no alloca.h (e.g. some IBM AIX flavors), use "#pragma alloca" for
        IBMs compiler (xlc)
      mysys/my_getopt.c:
        Replace C++-style comments with C-style comments
      strings/ctype-latin1_de.c:
        Replace C++-style comments with C-style comments
      strings/ctype-tis620.c:
        Replace C++-style comments with C-style comments
      0670fc93
    • unknown's avatar
      manual.texi: · dbded8e0
      unknown authored
        4.0 creates an auto-extending 10 MB data file by default
      
      
      Docs/manual.texi:
        4.0 creates an auto-extending 10 MB data file by default
      dbded8e0
    • unknown's avatar
      manual.texi: · d3a3ae32
      unknown authored
        Clarify the meaning of innodb_data_home_dir and innodb_data_file_path in the manual
      
      
      Docs/manual.texi:
        Clarify the meaning of innodb_data_home_dir and innodb_data_file_path in the manual
      d3a3ae32
  5. 02 Jul, 2002 1 commit
  6. 01 Jul, 2002 5 commits
  7. 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
  8. 29 Jun, 2002 1 commit