| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
mysqltest now also writes failed error messages to log
|
|\ |
|
| |
| |
| |
| |
| | |
Merged error messages with 3.23.44
Fixed bug with DATA DIRECTORY on windows
|
|\ \
| |/
|/| |
|
| | |
|
| | |
|
| | |
|
|\ \
| |/ |
|
| |
| |
| |
| | |
Include missing man pages into binary distribution
|
|\ \
| |/ |
|
| | |
|
| |
| |
| |
| |
| |
| | |
Added record_rnd_buffer
Added --safe-user-create
Fix for ALTER TABLE RENAME on windows
|
| |
| |
| |
| |
| |
| | |
Added prototype for my_thread_end
New error message for MATCH
Give error when using myisamchk --force --readonly
|
| |
| |
| |
| |
| |
| |
| | |
Added heap_delete_table
Added HA_EXTRA_PREPARE_FOR_DELETE
Added and use my_dup() for faster open of tables.
Removed not working no-mix-table-type
|
| |
| |
| |
| |
| |
| | |
New global read lock code
Fixed bug in DATETIME with WHERE optimization
Made UNION code more general.
|
| | |
|
| |
| |
| |
| |
| | |
(wrong error code) but I'll push it so that Sergei could clean up
my merge
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
New faster list iterators
Change list code to be simpler and faster
Optimize count(distinct)
New error messages for UNION
Make create_tmp_table more general to be usable by UNION
|
| |
| |
| |
| |
| |
| |
| |
| | |
Removed new error message
Fixed test case for varbinary
Threads are again killable in "merge_buffers"
Cleanup of sql_repl.cc
SHOW OPEN TABLES now works when no tables are opened
|
| | |
|
|/
|
|
|
|
| |
fixed bugs in log seq - now starting to look good
fixes for SHOW BINLOG EVENTS
will push this one
|
|
|
|
| |
preserve originating server id in Intvar events to avoid inifinite loops
|
| |
|
|
|
|
|
|
|
|
|
|
| |
SET @foo=bar;
This would cause a deadlock in mysqld, it now generates the error:
ER_SET_CONSTANTS_ONLY as follows:
mysql> set @foo=bar;
ERROR 1204: You may only use constant expressions with SET
|
|
|
|
|
| |
Fixes for Innobase
Don't reset whole to-buffer in strxnmov
|
|
|
|
|
|
|
| |
slave will skip the first SQL_SLAVE_SKIP_COUNTER events on start -
this is needed to recover from broken replication when the next log
event(s) should just be skipped.
Rotate binlogs when max_binlog_size is reached
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Delete: sql/share/spanish/errmsg.sys sql/share/swedish/errmsg.sys
sql/share/slovak/errmsg.sys sql/share/polish/errmsg.sys
sql/share/romanian/errmsg.sys sql/share/russian/errmsg.sys
sql/share/portuguese/errmsg.sys sql/share/hungarian/errmsg.sys
sql/share/italian/errmsg.sys sql/share/japanese/errmsg.sys
sql/share/korean/errmsg.sys sql/share/greek/errmsg.sys
sql/share/czech/errmsg.sys sql/share/danish/errmsg.sys
sql/share/dutch/errmsg.sys sql/share/english/errmsg.sys
sql/share/estonian/errmsg.sys sql/share/french/errmsg.sys
sql/share/german/errmsg.sys
post-commit adapted for bk-2.0beta5
|
|
|
|
|
|
| |
A lot of new functions for BDB tables
Fix for DROP DATABASE on windows
Default server_id variables
|
|
|
|
|
| |
Give warning if we are using non transactional tables and do ROLLBACK
Porting of crash-me and benchmarks to FrontBase
|
|
|
|
| |
Fixes for Windows
|
|
|
|
| |
reading from FIFO, fixes for FULLTEXT, @@IDENTITY
|
|
|
|
| |
Small bug fixes
|
|
|