| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Remove compiler warnings
Fix some broken tests
Workaround for syncronization bug in NDB (Bug #16445)
|
|
|
|
|
| |
Fixed warnings from test suite
Some fixes in mysql-test-run script to catch more warnings
|
| |
|
|
|
|
| |
Previously we only stored the first given error (the error sent to the client)
|
|\ |
|
| |
| |
| |
| |
| |
| | |
What we need to be able to set in myisamchk is
actually a collation, not a character set. This
fix just changes to display the proper error message.
|
|/
|
|
|
|
|
|
|
|
|
|
| |
Changed my_error() to print error messages, which come from
arbitrary registered ranges of error messages. Messages can
be unregistered (and should be at end of the program).
Added registration of handler error messages.
Added a new mi_print_error() macro and a new
mi_report_error() function, which supply error
messages with a table name.
Added calls to mi_print_error() or mi_report_error()
at all places in MyISAM, where table corruption is detected.
|
|\
| |
| |
| |
| |
| |
| | |
Noteworthy:
- New HANDLER code
- New multi-update-grant-check code
- Table lock code in ha_innodb.cc was not applied
|
| |
| |
| |
| |
| | |
we force the message to the error log, and we make it more informative;
we treat EDQUOT like ENOSPC.
|
|\ \
| |/ |
|
| |
| |
| |
| | |
Added my_sync() to mysys which will do fsync/fdatasync/_commit() on a file.
|
|/
|
|
|
|
|
|
| |
master/slave will now use the 4.1 protocol
Fixed wrong value for SQLSTATE_LENGTH
Added CLIENT_REMEMBER_OPTIONS to mysql_real_connect()
Changed mysql_port and mysql_unix_port to mysqld_xxxx
|
|
|
|
| |
Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
Changed errmsg -> my_errmsg (portability issue)
Fixed that mysqlbinlog writes SET TIMESTAMP before all queries
Fixed comments in default my.cnf files
|
| |
|
| |
|
|
|