- 29 Jul, 2004 2 commits
-
-
guilhem@mysql.com authored
when we come at this place).
-
guilhem@mysql.com authored
Avoiding a theoretically possible crash (pthread_mutex_lock(0)) which could (at least in POSIX Threads books) happen on SMP machines, when a thread is going to wait on a condition and it is KILLed at the same time. Cleaning code a bit by adding a test in enter_cond() that we have the mutex (was already the case in all places where it's called except one which is fixed here).
-
- 18 Jul, 2004 1 commit
-
-
guilhem@mysql.com authored
The problem was that (for any storage engine), the created temporary table was not removed if CREATE SELECT failed (because of a constraint violation for example). This was not consistent with the manual and with CREATE SELECT (no TEMPORARY).
-
- 17 Jul, 2004 2 commits
-
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.0
-
guilhem@mysql.com authored
BUG#4506 "mysqlbinlog --position --read-from-remote-server has wrong "# at" lines", BUG#4553 "Multi-table DROP TABLE replicates improperly for nonexistent table" with a test file. It was not possible to add a test for BUG#4506 as in the test suite we must use --short-form which does not display the "# at" lines.
-
- 15 Jul, 2004 2 commits
-
-
marko@hundin.mysql.fi authored
(Bug #4446)
-
heikki@hundin.mysql.fi authored
Do not add + 1 to the InnoDB index cardinality estimate if the B-tree just contains one page; the fix made in March 2004 caused InnoDB systematically to overestimate the cardinality of empty or small tables by 1
-
- 13 Jul, 2004 5 commits
-
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.0
-
lenz@mysql.com authored
- fix calling of my_md5sum
-
marko@hundin.mysql.fi authored
into hundin.mysql.fi:/home/marko/j/mysql-4.0
-
Sinisa@sinisa.nasamreza.org authored
-
marko@hundin.mysql.fi authored
Decrement n_lock_table_exp in lock_table_remove_low() instead of lock_table_dequeue(). Do not empty lock_heap in lock_release_tables_off_kernel().
-
- 12 Jul, 2004 4 commits
-
-
marko@hundin.mysql.fi authored
-
marko@hundin.mysql.fi authored
-
marko@hundin.mysql.fi authored
(Bug #2694)
-
marko@hundin.mysql.fi authored
innobase_start_or_create_for_mysql(): Rename innodb.status.<pid> to innodb_status.<pid> to avoid problems on VMS
-
- 10 Jul, 2004 2 commits
-
-
serg@serg.mylan authored
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-
- 09 Jul, 2004 1 commit
-
-
serg@serg.mylan authored
fix MYI copying with scp safer tempfile creation
-
- 08 Jul, 2004 7 commits
-
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-4.0
-
monty@mysql.com authored
-
mwagner@here.mwagner.org authored
Call my_md5sum with path
-
mwagner@here.mwagner.org authored
into here.mwagner.org:/Volumes/BK/mysql-4.0
-
mwagner@here.mwagner.org authored
into here.mwagner.org:/Volumes/BK/mysql-4.0-work
-
mwagner@here.mwagner.org authored
Added support for MD5 verification of file transfers
-
out of their range.
-
- 07 Jul, 2004 3 commits
-
-
mwagner@here.mwagner.org authored
into here.mwagner.org:/Volumes/BK/mysql-4.0
-
mwagner@here.mwagner.org authored
into here.mwagner.org:/Volumes/BK/mysql-4.0-work
-
mwagner@here.mwagner.org authored
Exit properly
-
- 05 Jul, 2004 2 commits
-
-
guilhem@mysql.com authored
more accurate comment
-
guilhem@mysql.com authored
Fix for BUG#4375 "Windows specific directories are copied during replication": in the Windows version of my_dir(), do not show hidden or system files which Windows sometimes creates in the root directory of drive (like RECYCLER and SYSTEM VOLUME INFORMATION directories) (so this problem showed up only when the datadir was the root dir of a drive). This will make SHOW DATABASES display better, and will do no harm to MySQL. For example, DROP DATABASE will not miss some files, as MySQL creates no hidden or system files.
-
- 02 Jul, 2004 1 commit
-
-
guilhem@mysql.com authored
if a command has a comment at the end of line, like: error 2002 ; # this is error 2002 then the parsing of comment should not make mysqltest forget about the value of expected error. Reason it forgot it (so the next query caused the test to fail) is that internally the above line is 2 queries.
-
- 01 Jul, 2004 1 commit
-
-
mwagner@here.mwagner.org authored
into here.mwagner.org:/Volumes/BK/mysql-4.0
-
- 30 Jun, 2004 2 commits
-
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.0
-
guilhem@mysql.com authored
processlist on slave": we now report in SHOW PROCESSLIST that we are writing to the temp files or loading the table. When we are writing to the tmp file: | 3 | system user | | | Connect | 6 | Making temp file /tmp/SQL_LOAD-2-1-2.data | and when we are actually loading the .data temp file into the table: | 3 | system user | | test | Connect | 2 | | LOAD DATA INFILE '/tmp/SQL_LOAD-2-1-2.data' INTO TABLE `t` <...> |
-
- 29 Jun, 2004 1 commit
-
-
mwagner@here.mwagner.org authored
Added code to use locally installed perl modules first
-
- 28 Jun, 2004 1 commit
-
-
vva@eagle.mysql.r18.ru authored
according to http://www.bitkeeper.com/Documentation.FAQS.Windows_NT.html
-
- 27 Jun, 2004 2 commits
-
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-4.0
-
monty@mysql.com authored
-
- 25 Jun, 2004 1 commit
-
-
monty@mysql.com authored
-