- 27 Dec, 2004 1 commit
-
-
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
-
- 24 Dec, 2004 1 commit
-
-
ram@gw.mysql.r18.ru authored
-
- 23 Dec, 2004 3 commits
-
-
Sinisa@sinisa.nasamreza.org authored
into sinisa.nasamreza.org:/mnt/work/mysql-4.0
-
Sinisa@sinisa.nasamreza.org authored
-
dlenev@mysql.com authored
to behave well on 5.0 tables (well now you can't use tables from 4.1 and 5.0 with 4.0 because former use utf8, but still it is nice to have similar code in acl_init() and replace_user_table()). This also will make such GRANTs working in 5.0 (they are broken now).
-
- 22 Dec, 2004 2 commits
-
-
Sinisa@sinisa.nasamreza.org authored
-
heikki@hundin.mysql.fi authored
If AUTOCOMMIT=1, do not acquire an InnoDB table lock in LOCK TABLES; this makes porting of old MyISAM applications to InnoDB easier, since in that mode InnoDB table locks caused deadlocks very easily
-
- 21 Dec, 2004 2 commits
-
-
heikki@hundin.mysql.fi authored
Put back accidentally removed undef and remove a debug def
-
heikki@hundin.mysql.fi authored
Fix InnoDB bug: on HP-UX, with a 32-bit binary, InnoDB was only able to read or write <= 2 GB files; the reason was that InnoDB treated the return value of lseek() as a 32-bit integer; lseek was used on HP-UX-11 as a replacement for pread() and pwrite() because HAVE_BROKEN_PREAD was defined on that platform
-
- 20 Dec, 2004 1 commit
-
-
mwagner@here.mwagner.org authored
Increment from 4.0.23 to 4.0.24
-
- 18 Dec, 2004 5 commits
-
-
into ltantony.rdg.cyberkinetica.homeunix.net:/usr/home/antony/work/bug7391.4
-
-
monty@mysql.com authored
-
-
Add in missing privilege checks. Tests for the privileges.
-
- 16 Dec, 2004 4 commits
-
-
joerg@mysql.com authored
into mysql.com:/M40/mysql-4.0
-
joerg@mysql.com authored
-
timour@mysql.com authored
-
timour@mysql.com authored
-
- 13 Dec, 2004 1 commit
-
-
marko@hundin.mysql.fi authored
dict_load_table(): detect the new table format of MySQL 5.0.3
-
- 11 Dec, 2004 3 commits
-
-
sergefp@mysql.com authored
into mysql.com:/dbdata/psergey/mysql-4.0-bug6976
-
sergefp@mysql.com authored
In Item_ref::Item_ref set maybe_null (and other fields fix_fields sets) to be the same as in (*ref), because Item_ref::fix_fields() will not be called. Previously maybe_null was 0 always and this produced a bogus state where maybe_null==0 && is_null() == true which broke evaluation for some upper-level Items, like AND and OR.
-
sergefp@mysql.com authored
Call mark_as_null_row in join_read_const and join_read_system.
-
- 10 Dec, 2004 2 commits
-
-
marko@hundin.mysql.fi authored
into hundin.mysql.fi:/home/marko/k/mysql-4.0
-
heikki@hundin.mysql.fi authored
Fix for the 0xA0 character problem in the InnoDB FOREIGN KEY parser: if my_isspace() treats 0xA0 as space, then let InnoDB do the same; this might break some multi-byte charset id's, though for big5, ujis, sjis this seems not to change the current behavior (I checked the tables in /share/charsets); this fix must NOT be merged to 4.1 because in 4.1 everything is in UTF-8
-
- 09 Dec, 2004 1 commit
-
-
marko@hundin.mysql.fi authored
srv_printf_innodb_monitor(): Removed extraneous rewind() call. The caller of this function calls rewind() if necessary. In this way, we avoid rewind()ing stderr in srv_lock_timeout_and_monitor_thread().
-
- 07 Dec, 2004 2 commits
-
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-
serg@serg.mylan authored
-
- 02 Dec, 2004 2 commits
-
-
jimw@mysql.com authored
insertion of new records partially failed. It would get logged because of the logic to log a partially-failed 'INSERT ... SELECT' (which can't be rolled back in non-transactional tables), but 'CREATE TABLE ... SELECT' is always rolled back on failure, even for non-transactional tables. (Bug #6682) (Original fix reimplemented after review by Serg and Guilhem.)
-
ram@gw.mysql.r18.ru authored
-
- 30 Nov, 2004 1 commit
-
-
guilhem@mysql.com authored
two-line fix for BUG#6732 "FLUSH TABLES WITH READ LOCK + COMMIT makes next FLUSH...LOCK hang forever" (originally reported as "second run of innobackup hangs forever and can even hang server"). Plus testcase for the bugfix and comments about global read locks.
-
- 26 Nov, 2004 2 commits
-
-
marko@hundin.mysql.fi authored
srv_lock_timeout_and_monitor_thread(): write to srv_monitor_file only if --innodb_status_file=1
-
monty@mysql.com authored
(Cleanups and better bug fixes)
-
- 25 Nov, 2004 4 commits
-
-
timour@mysql.com authored
into mysql.com:/home/timka/mysql/src/4.0-master
-
timour@mysql.com authored
-
mats@mysql.com authored
into mysql.com:/space/bk/b6148-mysql-4.0
-
mats@mysql.com authored
slave SQL thread is started.
-
- 24 Nov, 2004 1 commit
-
-
joerg@mysql.com authored
-
- 23 Nov, 2004 1 commit
-
-
joerg@mysql.com authored
to run the standard tests with "--force" (default, can be switched off).
-
- 22 Nov, 2004 1 commit
-
-
serg@serg.mylan authored
-