| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
DROP DATABASE in mysqladmin asks for confirmation (again)
Added examined_rows to slow query log
SHOW CREATE for TEMPORARY table
|
|
|
|
|
| |
Removed _mi_rkey() function
New fork_big.pl multi-thread test
|
|
|
|
|
|
|
|
| |
Removed usage of @r/result as this made life hard when testing different
table handlers.
Allow concurrent inserts if no update/binary log.
Don't remove key_cache at flush tables.
Fixed bug in SELECT DISTINCT SUM()...
|
|
|
|
|
|
| |
Fixed bug in CONCAT_WS()
Print the default ISOLATION level.
Change lock type for CREATE ... SELECT and INSERT/REPLACE ... SELECT
|
|
|
|
| |
Fixed problem with UPDATE TABLE when keys wheren't always used.
|
|
|
|
| |
Added SELECT .. FOR UPDATE and SELECT .. IN SHARE MODE
|
| |
|
| |
|
|
|
|
| |
Added missing files for innobase to the distribution
|
|
|
|
|
| |
Added delayed_user for delayed_threads
Don't use record cache when doing deletes
|
|
|
|
|
| |
Fixed bug introduced with last ORDER BY optimization
Changed log position to longlong to avoid warnings.
|
|
|
|
|
|
|
|
| |
Remember UNION for ALTER TABLE
Added test for if we are supporting transactions.
Don't allow REPLACE to replace a row when we have generated an auto_increment key
Fixed bug when using BLOB keys
Fixed bug in SET @variable=user.
|
| |
|
|
|
|
|
| |
Fixes for Innobase
Don't reset whole to-buffer in strxnmov
|
|
|
|
| |
Changed BITMAP to MY_BITMAP to avoid type conflict on windows
|
|
|
|
|
| |
Patches for Armstrong
Removed warnings when using REPAIR TABLE .. EXTENDED
|
|
|
|
|
| |
created to use a small set of filenames, to try and avoid problems
in the Linux kernel.
|
|
|
|
| |
Added timeouts to replication tests to handle concurrent inserts
|
|
|
|
|
| |
Fixed mutex bug in logging (crash on windows when doing SET PASSWORD=)
Changed MERGE tables to not use FILE
|
|
|
|
|
|
| |
Fixed problem with negative DECIMAL() keys
Fixed some bugs with NULL keys in BDB
More mysql-test tests
|
| |
|
| |
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
Fixed bug in REPLACE with BDB tables
Prepare for write lock on read for BDB
Inform the handler when we want to use IGNORE / REPLACE
New manual pages
|
|/
|
|
| |
for the code.
|
| |
|
| |
|
|
|
|
|
|
| |
A lot of new functions for BDB tables
Fix for DROP DATABASE on windows
Default server_id variables
|
|
|
|
| |
sql_manager.cc manager_status is volatile
|
|\
| |
| |
| | |
into threads.polyesthetic.msg:/usr/local/src/my/work
|
| |\ |
|
| | |
| | |
| | |
| | |
| | | |
tasks for different handlers. Add a callback from berkeley db to
delete log files that are no longer needed.
|
|\ \ \
| | |/
| |/|
| | | |
into mysql.sashanet.com:/home/sasha/src/bk/mysql
|
| |/
| |
| |
| |
| | |
Run bootstrap in separate thread
Fix bug in FLUSH TABLES table_name
|
|\ \
| |/
|/|
| | |
into mysql.sashanet.com:/home/sasha/src/bk/mysql
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
slave
while slave thread has temp tables - not hard to fix though, but it is time to go to bed
added a new test case for temp table replication and Slave_open_temp_tables
status variable.
Misc fixes
|
|/
|
|
|
| |
Give warning if we are using non transactional tables and do ROLLBACK
Porting of crash-me and benchmarks to FrontBase
|
|
|
|
|
|
| |
added gdb support, mysqld options per test, and other cool stuff to mysql-test-run
added --replicate-wild-do/ignore-table
more test cases
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
this file needs to be deleted
sql/log_event.cc
fixed warnings
sql/log_event.h
fixed () #define bug
sql/mysqlbinlog.cc
fixed length argument - was supposed to be one less
sql/mysqld.cc
replicate-do/ignore-table now works, wild does not yet
sql/mysql_priv.h
updating argument to add_table_to_list() -- needed for replicate-do/ignore table
sql/slave.cc
changes fore replicate-do/ignore-table
close the socket before going to sleep sleeping after error
bad event was being freed too early
sql/slave.h
changes for replicate-do/ignore-table
sql/sql_class.cc
slave_thread variable to THD
sql/sql_class.h
added slave_thread to THD, fixed bug in end_time()
sql/sql_parse.cc
updating argument to add_tables_to_list()
sql/sql_table.cc
fixed bug in mysql_rm_table()
sql/sql_yacc.yy
fixed up add_table_to_list() calls to accept updating argument
sql/table.h
added updating to TABLE_LIST
|
|\
| |
| |
| | |
into tetra.spaceapes.com:/usr/home/jcole/bk/mysql
|
| | |
|
|/ |
|
|
|
|
|
| |
It makes SHOW CREATE TABLE to quote table and column names.
This is ON by default !
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
Error on full disk on repair.
SIGHUP signal handling.
Update with keys on timestamp
Portability fixes
|
| |
| |
| |
| | |
kill zombie COM_BINLOG_DUMP with the same server id on connect
|
| |
| |
| |
| | |
sql_repl.* will push this one, since the replication code now works
|
|/
|
|
|
|
|
|
| |
changes
added server id, mostly working
added --skip-slave-start, working
added --replicate-rewrite-db - just in the cmd line parses, currently noop
|