| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\ |
|
| | |
|
| |\
| | |
| | |
| | | |
into mysql.com:/home/my/mysql-4.0
|
| | |
| | |
| | |
| | |
| | |
| | | |
Rename innodb_table_locks_old_behavior -> innodb_table_locks
Set innodb_table_locks to off by default to get same behaviour as in MySQL 4.0.20
(This means that Innodb ignore table locks by default, which makes it easier to combine MyISAM and InnoDB to simulate a transaction)
|
| | |
| | |
| | |
| | | |
test
|
| |/
| |
| |
| | |
Add note to mysql_hex_string() comment.
|
| |
| |
| |
| | |
New function mysql_hex_string()
|
| |\
| | |
| | |
| | | |
into goetia.(none):/home/dellis/mysqlab/bk/mysql-4.0
|
| | |
| | |
| | |
| | | |
BUG #5731 key_buffer_size not properly restricted to 4GB; use UINT_MAX32 for clarity.
|
| | |
| | |
| | |
| | | |
BUG #5731 Restrict key_buffer_size to 4GB on 64 bit platforms
|
| |\ \
| | | |
| | | |
| | | | |
into mysql.com:/home/hartmut/projects/mysql/dev/4.0
|
| | | |
| | | |
| | | |
| | | | |
so lets get rid of it (Bug #6112)
|
| | | |
| | | |
| | | |
| | | | |
Change parsing of @image argument.
|
| |\ \ \
| | | | |
| | | | |
| | | | | |
into hundin.mysql.fi:/home/marko/k/mysql-4.0
|
| | |\ \ \
| | | |/ /
| | |/| |
| | | | | |
into mysql.com:/home/mydev/mysql-4.0-bug5625
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
tmpdir.
Added a try to a normal repair() if repair_by_sort() failed.
This was not done with ENABLE KEYS and OPTIMIZE TABLE.
Fixed error code handling in mysql_alter_table().
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
innodb_table_locks_old_behavior: do not acquire an
InnoDB table lock for LOCK TABLES, as in mysql-4.0.18
and earlier.
|
| | | |
| | | |
| | | |
| | | | |
Change error code to HA_ERR_ROW_IS_REFERENCED if we cannot DROP a parent table referenced by a FOREIGN KEY constraint; this error number is less misleading than the previous value HA_ERR_CANNOT_ADD_FOREIGN, but misleading still; we should introduce to 5.0 a proper MySQL error code
|
| |\ \ \
| | | | |
| | | | |
| | | | | |
into hundin.mysql.fi:/home/heikki/mysql-4.0
|
| | |\ \ \
| | | | | |
| | | | | |
| | | | | | |
into mysql.com:/mnt/tmp/mysql-4.0-bug-myisampack
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* If at least one of indexes is disabled, use data file size as an estimate
for key file size.
* Added handling for joined tables.
|
| | |\ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
into mysql.com:/home/mysql_src/mysql-4.0
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
when one connection had done FLUSH TABLES WITH READ LOCK, some updates, and then COMMIT,
it was accepted but my_error() was called and so, while client got no error, error was logged in binlog.
We now don't call my_error() in this case; we assume the connection know what it does.
This problem was specific to 4.0.21. The change is needed to make replication work with existing versions of innobackup.
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
Fix bug #5960: if one updated a column so that its size changed, or updated it to an externally stored (TEXT or BLOB) value, then ANOTHER externally stored column would show up as 512 bytes of good data + 20 bytes of garbage in a consistent read that fetched the old version of the row
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
(Fixed this by backporting some logic from 4.1)
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
into mysql.com:/home/my/mysql-4.1
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
into mysql.com:/home/my/mysql-4.1
|
| | |\ \ \ \ \ \
| | | |/ / / / / |
|
| | | | | | | | |
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
in the error monitor thread. (Bug #5898)
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
into mishka.local:/home/my/mysql-4.1
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Simple optimzations and cleanups
Removed compiler warnings and fixed portability issues
Added client functions 'mysql_embedded()' to allow client to check if we are using embedded server
Fixes for purify
|
| |\ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
into mishka.local:/home/my/mysql-4.1
|
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Simple fixes/optimization of things discovered during review of new pushed code
|
| | | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
|
| |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | | |
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1-ndb
|
| | | | | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / /
|/| | | | | | | | | | |
| | | | | | | | | | | | |
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
|
| |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | | |
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
|
| | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | |
| | | | | | | | | | | | | |
| | | | | | | | | | | | | | |
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
|
| | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | |
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
|
| | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | |
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
|
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | |
+ some fixed string length cleanup
+ fixed a better error printout
|
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / / / / / /
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | |
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1-ndb-merge
|
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | |
InnoDB: print info about how many bytes we were able to read if a file read is not able to read as many bytes as we requested
|
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | |
into hundin.mysql.fi:/home/marko/j/mysql-4.1
|
| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | |
Replace a tolower() loop with innobase_casedn_str()
|