- 04 Aug, 2005 4 commits
-
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-4.0.12177
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-4.0.12177
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-4.0.10226
-
lenz@mysql.com authored
the MySQL-server RPM spec file (BUG#12348)
-
- 03 Aug, 2005 3 commits
-
-
heikki@hundin.mysql.fi authored
Fix compilation error in previous commit
-
heikki@hundin.mysql.fi authored
Backport of Bug #9670 to 4.0: assertion failure in ut_a(cursor->old_stored == BTR_PCUR_OLD_STORED)
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-4.0.10226
-
- 02 Aug, 2005 1 commit
-
-
svoj@mysql.com authored
Repair crashes mysql when table has fulltext index.
-
- 28 Jul, 2005 2 commits
-
-
hf@deer.(none) authored
-
hf@deer.(none) authored
-
- 27 Jul, 2005 2 commits
-
-
hf@deer.(none) authored
-
hf@deer.(none) authored
-
- 26 Jul, 2005 1 commit
-
-
monty@mysql.com authored
Fixed portability problem with bool in C programs Moved close_thread_tables out from LOCK_thread_count mutex (safety fix) my_sleep() -> pthread_cond_timedwait()
-
- 25 Jul, 2005 1 commit
-
-
lenz@mysql.com authored
make_win_src_distribution are created, but not installed - removed make_win_binary_distribution.sh as it's obsolete and outdated
-
- 22 Jul, 2005 3 commits
-
-
stewart@mysql.com authored
into mysql.com:/home/stewart/Documents/MySQL/4.0/main
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-4.0.clean
-
stewart@mysql.com authored
into mysql.com:/home/stewart/Documents/MySQL/4.0/main
-
- 21 Jul, 2005 2 commits
-
-
hf@deer.(none) authored
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.0
-
- 20 Jul, 2005 2 commits
-
-
mronstrom@mysql.com authored
-
lenz@mysql.com authored
they're not needed outside of the source tree (BUG#12057) - Removed some more unneeded files from "make install" along the way
-
- 18 Jul, 2005 1 commit
-
-
mronstrom@mysql.com authored
remove_table_from_cache fails to signal other thread and gets blocked when other thread also gets blocked
-
- 15 Jul, 2005 1 commit
-
-
lenz@mysql.com authored
- create a "mysql" user group and assign the mysql user account to that group in the server postinstall section. (BUG 10984) - backported some changes from the 4.1 RPM spec file (cleanups: removed the incomplete Brazilian translations, more consequent use of macros)
-
- 14 Jul, 2005 1 commit
-
-
stewart@mysql.com authored
Only reproducable in 5.1-wl2325, although the missing code is missing from 4.0 and up.
-
- 06 Jul, 2005 1 commit
-
-
lenz@mysql.com authored
all versions: added an option "--machine" that allows to override the autodetected architecture string (e.g. "i386") that becomes part of the binary package name with a different one - moved the removal of the BASE directory to the end of the make_binary_distribution script
-
- 05 Jul, 2005 1 commit
-
-
lenz@mysql.com authored
-
- 04 Jul, 2005 2 commits
-
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.0-build
-
lenz@mysql.com authored
-
- 02 Jul, 2005 1 commit
-
-
kent@mysql.com authored
Enable build with CXX=gcc and gcc version 4
-
- 30 Jun, 2005 1 commit
-
-
lenz@mysql.com authored
"changed dl_name to udf->dl in mysql_create_function"
-
- 23 Jun, 2005 1 commit
-
-
lenz@mysql.com authored
-
- 08 Jun, 2005 1 commit
-
-
svoj@mysql.com authored
BUG#10675 - MySQL fails to build with --openssl on Mac OS X 10.4 BUG#11150 - HP-UX yaSSL/OpenSSL configure/header problem Remove obsolete code.
-
- 06 Jun, 2005 1 commit
-
-
mronstrom@mysql.com authored
into mysql.com:/Users/mikron/bug10901
-
- 03 Jun, 2005 5 commits
-
-
mronstrom@mysql.com authored
After review fix Copy from internal state to share state only when in lock write mode (happens only when lock table x write has been performed since update_state_info is only called when holding a TL_READ_NO_INSERT lock normally. Previous patch would have failed in combination with delayed writes.
-
mronstrom@mysql.com authored
Analyze table corrupts the state on data_file_length, records, index_file_length... by writing the shared state when there is an updated internal state due to inserts or deletes Fixed by synching the shared state with the internal state before writing it to disk Added test cases of 2 error cases and a normal case in new analyze test case
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-
serg@serg.mylan authored
and HAVE_ATOMIC_ADD/HAVE_ATOMIC_SUB is tested in configure
-
ndbdev@dl145b.mysql.com authored
Bug #11064 some read error not detected in replication on 64-bit platform
-
- 01 Jun, 2005 1 commit
-
-
lenz@mysql.com authored
- removed obsolete mysql-max.spec.sc RPM spec file (Max is built out of the standard spec file)
-
- 31 May, 2005 1 commit
-
-
ingo@mysql.com authored
1.) Added a new option to mysql_lock_tables() for ignoring FLUSH TABLES. Used the new option in create_table_from_items(). It is necessary to prevent the SELECT table from being reopend. It would get new storage assigned for its fields, while the SELECT part of the command would still use the old (freed) storage. 2.) Protected the CREATE TABLE and CREATE TABLE ... SELECT commands against a global read lock. This prevents a deadlock in CREATE TABLE ... SELECT in conjunction with FLUSH TABLES WITH READ LOCK and avoids the creation of new tables during a global read lock. 3.) Replaced set_protect_against_global_read_lock() and unset_protect_against_global_read_lock() by wait_if_global_read_lock() and start_waiting_global_read_lock() in the INSERT DELAYED handling.
-