- 31 Dec, 2004 5 commits
-
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-4.1
-
monty@mysql.com authored
This allows use to use INSERT IGNORE ... ON DUPLICATE ...
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.1
-
lenz@mysql.com authored
"Max" RPM
-
mronstrom@mysql.com authored
entry was released before check. Thus empty it is when size == no of free This caused a memory leak which inserted a hard limit of max 64 unique indexes in the cluster.
-
- 30 Dec, 2004 12 commits
-
-
dlenev@brandersnatch.localdomain authored
correctly even with zero month and day" and bug #7515 "from_unixtime(0) now returns NULL instead of the Epoch" into 4.1 tree.
-
dlenev@mysql.com authored
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-4.0-bg7297
-
dlenev@mysql.com authored
the Epoch". (With after review fixes).
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-4.1-dtbug
-
sergefp@mysql.com authored
into mysql.com:/dbdata/psergey/mysql-4.1-look
-
joerg@mysql.com authored
into mysql.com:/M41/mysql-4.1
-
joerg@mysql.com authored
-
kent@mysql.com authored
Perl version of mysql-test-run new file
-
joerg@mysql.com authored
Clean up the handling of "server" and "client" directories, while still avoiding the double listing of common directories in 'SUBDIRS' macro ("make distclean" had failed due to that). Solves bug#7368: "regex make error in 4.1.8"
-
sergefp@mysql.com authored
-
dlenev@brandersnatch.localdomain authored
When we cast datetime value to DATE (TIME) type we should throw away its time (date) part. This was not done properly if CAST() function was used in datetime expressions.
-
- 29 Dec, 2004 1 commit
-
-
heikki@hundin.mysql.fi authored
Print a more descriptive error and refuse to start InnoDB if the size of ibdata files is smaller than what is stored in the tablespace header; innodb_force_recovery will override this
-
- 28 Dec, 2004 5 commits
-
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.1
-
serg@serg.mylan authored
compilation failure fixed cleanup
-
timour@mysql.com authored
into mysql.com:/home/timka/mysql/src/4.1-dbg
-
timour@mysql.com authored
The fix checks if the trim string argument is NULL. If so, the standard mandates that the function result must be also NULL.
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.1
-
- 27 Dec, 2004 17 commits
-
-
heikki@hundin.mysql.fi authored
Manually merge the latest FOREIGN KEY lock wait + DROP TABLE fix from 4.0
-
heikki@hundin.mysql.fi authored
into hundin.mysql.fi:/home/heikki/mysql-4.1
-
lars@mysql.com authored
into mysql.com:/home/bkroot/mysql-4.1
-
heikki@hundin.mysql.fi authored
-
lars@mysql.com authored
- Added a hash to keep track of database-table pairs. - Specified database-table tables do not get dumped
-
heikki@hundin.mysql.fi authored
Fix the previous bug fix: dropping a table with FOREIGN KEY checks running on it caused a cascade of failed drops while the foreign key check was waiting for a lock
-
lenz@mysql.com authored
non-numerical characters (if $VERSION was e.g. "4.1.8a", $MYSQL_VERSION_ID resulted in "40108a", which broke the build as MYSQL_VERSION_ID must be numerical)
-
heikki@hundin.mysql.fi authored
Merge the two FOREIGN KEY bug fixes from 4.0, and add a TODO comment
-
heikki@hundin.mysql.fi authored
into hundin.mysql.fi:/home/heikki/mysql-4.1
-
heikki@hundin.mysql.fi authored
Fix bug: if we dropped a table where an INSERT was waiting for a lock to check a FOREIGN KEY constraint, then an assertion would fail in lock_reset_all_on_table(), since that operation assumes no waiting locks on the table or its records row0mysql.c: Fix bug: InnoDB failed to drop a table in the background drop queue if the table was referenced by a foreign key constraint
-
timour@mysql.com authored
into mysql.com:/home/timka/mysql/src/4.1-dbg
-
timour@mysql.com authored
Fix for BUG#7377. This fix adds the same implementation for ha_myisammgr::index_type as in version 5.0.
-
ram@gw.mysql.r18.ru authored
-
heikki@hundin.mysql.fi authored
Return a sensible error code from DISCARD TABLESPACE, if it fails because the table is referenced by a FOREIGN KEY
-
heikki@hundin.mysql.fi authored
Return a sensible error code from DISCARD TABLESPACE, if it fails because the table is referenced by a FOREIGN KEY
-
heikki@hundin.mysql.fi authored
Fix typo
-
heikki@hundin.mysql.fi authored
Correct typo
-