| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
and various stuff in Docs/. Also move the certificates used for testing
into mysql-test/std_data from the top-level SSL directory (now gone).
|
|
|
|
|
|
|
|
|
|
| |
Added missing DBUG_xxx_RETURN statements
Fixed some usage of not initialized variables (as found by valgrind)
Ensure that we don't remove locked tables used as name locks from open table cache until unlock_table_names() are called.
This was fixed by having drop_locked_name() returning any table used as a name lock so that we can free it in unlock_table_names()
This will allow Tomas to continue with his work to use namelocks to syncronize things.
Note: valgrind still produces a lot of warnings about using not initialized code and shows memory loss errors when running the ndb tests
|
|\
| |
| |
| |
| |
| | |
into zim.(none):/home/ian/workspace/mysql-5.1-new
Updated bug message in disabled file -Brian
|
| | |
|
| | |
|
| | |
|
|\ \
| |/ |
|
| | |
|
| | |
|
| | |
|
|\ \
| |/
| |
| | |
into mysql.com:/home/jimw/my/mysql-5.1-clean
|
| | |
|
| |
| |
| |
| | |
5.1-related fixes
|
|\ \
| |/
| |
| | |
into mysql.com:/home/kostja/mysql/mysql-5.1-merge
|
| |\
| | |
| | |
| | | |
into mysql.com:/opt/local/work/mysql-5.0-root
|
| | |
| | |
| | |
| | | |
libmysqlclient versioning when linked with GNU ld.
|
| | |\
| | | |
| | | |
| | | | |
into mysql.com:/home/my/mysql-4.1
|
| | | |
| | | |
| | | |
| | | | |
Ignored some generated files
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
into asksasha.com:/reiser-data/mysql-dev/mysql-5.1-new
|
|\ \ \ \ \
| | |/ / /
| |/| | |
| | | | |
| | | | | |
Merge mysql.com:/home/alik/MySQL/devel/5.0-bug15110
into mysql.com:/home/alik/MySQL/devel/5.1-bug15110
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
There are two main idea of this fix:
- introduce a common function for server and client to split user value
(<user name>@<host name>) into user name and host name parts;
- dump DEFINER clause in correct format in mysqldump.
|
| | | | | |
|
| | | | | |
|
| |/ / /
|/| | |
| | | |
| | | | |
bug: check if storage engine is enabled to avoif code dump
|
| | | |
| | | |
| | | |
| | | | |
added item_xmlfunc.cc
|
| | | | |
|
| | | | |
|
| | | | |
|
|\ \ \ \
| |/ / /
| | | |
| | | | |
into mysql.com:/home/my/mysql-5.1
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Larger stack size neaded for open table on x86 64 bit
Fix failing test cases
Deleted symlink from bk
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
into mysql.com:/home/mysql_src/mysql-5.1-merge-of-5.0 (not all files are good,
I'll fix; I'll ask some devs to check their part)
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
create a new 5.1 tree)
This is a merge of 5.0 -> 5.1 + some code from old 5.1 tree to get all tests to work and keep the .frm format the same as the old 5.1 tree.
|
|\ \ \ \
| |/ / / |
|
| |\ \ \
| | | | |
| | | | |
| | | | | |
into mysql.com:/opt/local/work/mysql-5.0-root
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
Fixed problems in test suite where some test failed
Fixed access to not initialized memory in federated
Fixed access to not initialized memory when using BIT fields in internal temporary tables
|
| | | |
| | | |
| | | |
| | | | |
parts of the library we have omitted.
|
|/ / /
| | |
| | |
| | | |
and update ignore file after move of storage engines to storage/.
|
|\ \ \
| |/ /
| | |
| | | |
into eel.(none):/home/jonas/src/mysql-5.0
|
| | |
| | |
| | |
| | | |
new testprogram testSRBank
|
|\ \ \
| | | |
| | | |
| | | | |
into hundin.mysql.fi:/home/jan/new/mysql-5.0
|
| |\ \ \
| | | | |
| | | | |
| | | | | |
into hundin.mysql.fi:/home/jan/new/mysql-5.0
|
| | | | | |
|
|\ \ \ \ \
| | |_|/ /
| |/| | |
| | | | | |
into mishka.local:/home/my/mysql-5.0
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
We binlog the DROP TABLE for each table that was actually dropped. Per Sergei's
suggestion a fixed buffer for the DROP TABLE query is pre-allocated from THD pool, and
logging now is done in batches - new batch is started if the buffer becomes full.
Reduced memory usage by reusing the table list instead of accumulating a list of
dropped table names. Also fixed the problem if the table was not actually dropped, eg
due to permissions. Extended the test case to make sure batched query
logging does work.
|
| | | | | |
|
|\ \ \ \ \
| |/ / / /
| | / / /
| |/ / /
|/| | | |
into mysql.com:/home/my/mysql-5.0
|
| | | |
| | | |
| | | |
| | | | |
it could fail on a slow computer where previous connections has not yet disconnected
|
| |\ \ \
| | | |/
| | |/|
| | | | |
into mysql.com:/home/my/mysql-4.1
|