| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
trx0sys.c Changed Innobase to Innodb in some fprintfs
|
|
|
|
| |
manual.texi Changed innodb_unix_file_flush_method to innodb_flush_method in the manual
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
row0sel.c CHECK TABLE now also for InnoDB, a join speed optimization
trx0trx.c CHECK TABLE now also for InnoDB, a join speed optimization
rem0cmp.c CHECK TABLE now also for InnoDB, a join speed optimization
row0mysql.c CHECK TABLE now also for InnoDB, a join speed optimization
page0page.c CHECK TABLE now also for InnoDB, a join speed optimization
row0mysql.h CHECK TABLE now also for InnoDB, a join speed optimization
trx0trx.h CHECK TABLE now also for InnoDB, a join speed optimization
btr0btr.h CHECK TABLE now also for InnoDB, a join speed optimization
btr0cur.h CHECK TABLE now also for InnoDB, a join speed optimization
btr0pcur.h CHECK TABLE now also for InnoDB, a join speed optimization
btr0pcur.ic CHECK TABLE now also for InnoDB, a join speed optimization
btr0btr.c CHECK TABLE now also for InnoDB, a join speed optimization
btr0cur.c CHECK TABLE now also for InnoDB, a join speed optimization
btr0sea.c CHECK TABLE now also for InnoDB, a join speed optimization
innodb.result CHECK TABLE now also for InnoDB, a join speed optimization
ha_innobase.cc CHECK TABLE now also for InnoDB, a join speed optimization
ha_innobase.h CHECK TABLE now also for InnoDB, a join speed optimization
|
|
|
|
| |
case in mutex_reset_lock_word
|
|
|
|
| |
serialization point to code on Intel and gives more safety
|
|\ |
|
| |
| |
| |
| |
| |
| | |
backport things from 4.0. This is safe as the functions are not used!
Fixed bug in new mutex handling in InnoDB
Make allow_break() and dont_break() defines.
|
|/
|
|
| |
configure.in If localtime_r not available in Unix, use localtime
|
|
|
|
| |
configure.in InnoDB now uses XCHG to implement mutex if GCC and x86
|
| |
|
|
|
|
|
|
| |
srv0start.c InnoDB now prints timestamp at startup and shutdown
ut0ut.h InnoDB now prints timestamp at startup and shutdown
ut0ut.c InnoDB now prints timestamp at startup and shutdown
|
|
|
|
|
| |
os0file.c InnoDB now allows parameter innodb_unix_file_flush_method
srv0start.c InnoDB now allows parameter innodb_unix_file_flush_method
|
|
|
|
|
|
|
|
| |
srv0srv.c One can now specify innodb_unix_file_flush_method in my.cnf
srv0start.c One can now specify innodb_unix_file_flush_method in my.cnf
ha_innobase.cc One can now specify innodb_unix_file_flush_method in my.cnf
ha_innobase.h One can now specify innodb_unix_file_flush_method in my.cnf
mysqld.cc One can now specify innodb_unix_file_flush_method in my.cnf
|
|
|
|
|
|
|
|
|
|
|
|
| |
table in data dict
dict0mem.h InnoDB now tries to provide autoinc column value from a counter table in data dict
sync0sync.h InnoDB now tries to provide autoinc column value from a counter table in data dict
univ.i InnoDB now tries to provide autoinc column value from a counter table in data dict
dict0dict.c InnoDB now tries to provide autoinc column value from a counter table in data dict
dict0mem.c InnoDB now tries to provide autoinc column value from a counter table in data dict
sync0sync.c InnoDB now tries to provide autoinc column value from a counter table in data dict
ha_innobase.cc InnoDB now tries to provide autoinc column value from a counter table in data dict
|
|
|
|
|
|
| |
single quotes from phantom
srv0start.c Tablespace size must be at least 10 MB
|
|
|
|
| |
supports it
|
|
|
|
|
|
| |
OS version
srv0start.c InnoDB should now run with the same binary on Win95 and NT: checks OS version
|
|
|
|
| |
os0file.c Changed file write buffer size in os_file_set_size from 16 MB to 8 MB
|
|
|
|
|
|
| |
and assertion failure in some cases
log0log.c Retrieve a dummy value from a function to prevent gcc crashing on HP-UX
|
|
|
|
| |
O_SYNC back to fdatasync because extremely slow on Sun
|
|
|
|
|
| |
ut0dbg.h Changed Innobase->InnoDB
os0file.c InnoDB prints now the number of OS error in a file operation
|
|
|
|
| |
trx0roll.c
|
|
|
|
|
|
| |
configure.in Check if fdatasync exists
manual.texi Updated defragmenting doc
manual.texi Corrected fillfactor contract threashold for a page to 1/2
|
|\ |
|
| | |
|
|\ \
| |/
|/|
| | |
into donna.mysql.fi:/home/heikki/mysqle
|
| | |
|
|/
|
|
|
|
|
| |
Fixes to InnoDB to compile on Windows
Fix for temporary InnoDB tables
Fixed bug in REPLACE()
Fixed sub char keys for InnoDB
|
|
|
|
|
|
| |
of rows in that table
row0uins.c Partial fix to concurrent drop table and rollback by other user of rows in that table
|
| |
|
|
|
|
| |
os0file.c Removed unnecessary code from os_file_read
|
| |
|
|
|
|
|
|
|
|
| |
unchanged
buf0buf.h Add checksum to written pages to check that they are also read in unchanged
buf0flu.c Add checksum to written pages to check that they are also read in unchanged
buf0buf.c Add checksum to written pages to check that they are also read in unchanged
|
|
|
|
|
|
| |
row0uins.c Partial fix to the DROP TABLE + another user rolls back in that table problem
row0umod.c Partial fix to the DROP TABLE + another user rolls back in that table problem
os0file.c Reduce probability of deadlock bugs in connection with ibuf: do not let the ibuf i/o handler sleep
|
|
|
|
|
|
| |
partially written page in an OS crash
buf0rea.c Fixed a recovery hang associated with ibuf bitmap pages
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| |
| |
| |
| |
| |
| | |
Removed test of default master parameter
Don't lock locked tables in REPAIR
Changed optimzation for SELECT * from table,table ORDER BY keypart LIMIT
|
|/
|
|
|
| |
univ.i Change pthread_yield to sched_yield
configure.in Change pthread_yield to sched_yield
|