| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
(Bug #11822)
(Originally: 1.1891 05/07/25 12:07:47 jimw@mysql.com )
|
|
|
|
| |
first. (Bug #11822)
|
| |
|
| |
|
|
|
|
| |
(tmp_error -> tmp_errno)
|
|
|
|
|
|
|
|
| |
signed range. (Bug #7036)
Produce warnings of wrong cast of strings to signed/unsigned.
Don't block not resolved IP's if DNS server is down (Bug #8467)
Fix compiler problems with MinGW (Bug #8872)
|
| |
|
|
|
|
|
|
|
|
| |
the server if cur_log is 'hot' and the io_thread has changed log file.
Updated project files for windows
Made rpl_change_master.test portable
Ensure that mutex are not freed if not initilized
|
|
|
|
|
|
|
|
|
|
|
|
| |
use of new argument
sql_analyse.h:
macros from mysql_priv.h. Should be deleted soon.
mysql_priv.h:
_default_charset_info has been removed
item_cmpfunc.h:
Use cmp_charset
hostname.cc, hash_filo.h:
Move charset to constructor argument
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| | |
Call pthread_mutex_destroy() on not used mutex.
Changed comments in .h and .c files from // -> /* */
Added detection of mutex on which one didn't call pthread_mutex_destroy()
Fixed bug in create_tmp_field() which causes a memory overrun in queries that uses "ORDER BY constant_expression"
Added optimisation for ORDER BY NULL
|
| | |
|
| |
| |
| |
| | |
a bit more ucs2 compatibility
|
|\ \
| |/ |
|
| | |
|
|\ \
| |/
|/|
| |
| |
| |
| |
| |
| | |
Some simple optimzations, more comments and indentation changes.
Add ` around database in 'use database' in binary log.
Moved max_error_count and max_warning_count to variables struct.
Removed SHOW_WARNS_COUNT and SHOW_ERRORS_COUNT calls.
Changed string functions to use character set of first string argument as default return characterset
(Each string function can change the above assumption if needed)
|
| |\ |
|
| |\ \ |
|
| | | | |
|
| |_|/
|/| |
| | |
| | |
| | |
| | |
| | | |
Added statistics information for alarms (for bug tracking)
Don't store "incomplete" in the xxx.cfg file if we are not using --restart. (Crash-me)
Enlarged STACK_BUF_ALLOC becasue of failed crash-me test
Aded new script mysql_tableinfo to make a system directory.
|
| |/
|/|
| |
| |
| | |
Added syntax for column comments (for compability with 4.1)
Fix of ALTER TABLE RENAME
|
| |
| |
| |
| | |
Added checking of sem_init() in configure.
|
|\ \
| |/
|/| |
|
| |
| |
| |
| |
| | |
Changed some status variable names
Fix bug in GRANT ... PASSWORD string
|
|/
|
|
| |
Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
|
|
|
|
|
| |
Fix bug in isamlog
Add argument types to function declarations.
|
|
|
|
| |
(For glibc 2.2)
|
|
|
|
| |
Changed 'static inline' to 'inline' for SCO new's compiler
|
|
|
|
| |
Added free of io_cache when using ALTER TABLE ... ORDER BY
|
|
|
|
|
|
| |
Remove not used BDB logs on shutdown
Don't give warnings for repair on slaves
Fixed transaction log files
|
|
|
|
| |
Change DROP TABLE to first drop the data, then the .frm file
|
|
|
|
|
|
| |
A lot of new functions for BDB tables
Fix for DROP DATABASE on windows
Default server_id variables
|
|
|
|
|
| |
Fixes for RENAME TABLE
Portability fixes
|
|
|