- 14 Jul, 2002 2 commits
-
-
unknown authored
mysys/mf_iocache.c: remove debug output
-
unknown authored
myisam/mi_close.c: yet another generalization for rec_buff handling myisam/mi_dynrec.c: yet another generalization for rec_buff handling myisam/mi_extra.c: yet another generalization for rec_buff handling myisam/mi_open.c: yet another generalization for rec_buff handling myisam/myisamdef.h: yet another generalization for rec_buff handling
-
- 09 Jul, 2002 1 commit
-
-
unknown authored
myisam/mi_extra.c: make use of new mi_fix_rec_buff_for_blob(), and fix a (possible) bug myisam/mi_open.c: make use of new mi_fix_rec_buff_for_blob()
-
- 01 Jul, 2002 4 commits
-
-
unknown authored
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
-
unknown authored
-
unknown authored
-
unknown authored
Don't free memory from InnoDB at exit (as this may be done before other threads are finnished) include/my_pthread.h: Added missing prototypes innobase/srv/srv0start.c: Don't free memory at exit (as this may be done before other threads are finnished) mysys/mf_iocache.c: Cleanup (Don't rely on return value from mutex_unlock())
-
- 30 Jun, 2002 20 commits
-
-
unknown authored
myisam/mi_check.c: Auto merged
-
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
-
unknown authored
-
unknown authored
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
-
unknown authored
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
-
unknown authored
myisam/myisamchk.c: typo fixed
-
unknown authored
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
-
unknown authored
-
unknown authored
-
unknown authored
Docs/manual.texi: fix agreement
-
unknown authored
-
unknown authored
-
unknown authored
include/my_pthread.h: Auto merged
-
unknown authored
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
-
unknown authored
include/myisam.h: Auto merged myisam/myisamchk.c: Auto merged
-
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
-
unknown authored
added -H (--HELP) to myisamchk to get a list of all the options it accepts (including debug and internal ones).
-
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
-
unknown authored
-
unknown authored
include/my_pthread.h: small bug in #define sql/sql_handler.cc: bug in order of #includes
-
- 29 Jun, 2002 9 commits
-
-
unknown authored
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
-
unknown authored
into teton.kitebird.com:/home/paul/mysql-4.0
-
unknown authored
Docs/manual.texi: preliminary fixups to XOR, CHECK_LOCK() change notes.
-
unknown authored
-
unknown authored
include/my_sys.h: Removed not needed macro (SAFE_MUTEX can handle this case better). sql/log.cc: Simple optimization sql/log_event.cc: Fix problem in LOAD DATA if table_name is NULL (unlikely event) sql/log_event.h: cleanup sql/slave.cc: remove unnecessary assert
-
unknown authored
This is also my first attempt to commit and push include/my_global.h: Small typo BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
unknown authored
into sinisa.nasamreza.org:/mnt/work/mysql-4.0 Docs/manual.texi: Auto merged
-
unknown authored
* binary XOR * logical XOR * CHECK_LOCK("lock_name")
-
unknown authored
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
-
- 28 Jun, 2002 4 commits
-
-
unknown authored
-
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
-
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
-
unknown authored
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
-