| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| | |
into xiphis.org:/var/db/bk/work-acurtis/bug6776.1
|
| |
| |
| |
| |
| | |
Failure to delete rows from mysql.func table caused by missing
charset conversion for index read by pk.
|
| | |
|
|\ \
| |/
|/| |
|
| | |
|
| | |
|
| | |
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| | |
DROP DATABASE now assumes RAID directories are in hex. (Bug #2627)
Don't increment 'select_full_range' and similar statistics for EXPLAIN queries. (Bug #2506)
Test in configure if pthread_key_delete() exists (to fix compile problem on SCO) (Bug #2461)
|
| |
| |
| |
| | |
fixed BUG#2120 and other problem with EXPLAINing derived tables
|
|\ \
| |/ |
|
| |
| |
| |
| |
| | |
query_alloc_block_size, query_prealloc_size, range_alloc_block_size,transaction_alloc_block_size and transaction_prealloc_size
Add more checks for "out of memory" detection in range optimization
|
| |
| |
| |
| |
| |
| |
| | |
embedded library
hash_insert renamed to my_hash_insert to avoid name intersection
with another libraries
is there better idea?
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
We don't need separate hash_sort() and hash_caseup()
We don't need tosort(). strnxfrm will do the same.
|
| |
| |
| |
| | |
Less default_charset_info
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Portability fixes
Added new client function: mysql_get_server_version()
New server help code (From Victor Vagin)
Fixed wrong usage of binary()
Disabled RTREE usage for now.
|
| |
| |
| |
| |
| | |
Added lengths for all MYSQL_FIELD string parameters
Changed field length to 2 byte in .frm files
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| |
| | |
specified
(On Windows --log-error is enabled by default)
|
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| | |
|
| |
| |
| |
| | |
(SCRUM)
|
| |
| |
| |
| | |
add_func (SCRUM)
|
| | |
|
|\ \
| |/ |
|
| |
| |
| |
| | |
Fixed 'not initialized' memory error.
|
|\ \
| |/ |
|
| | |
|
| | |
|
|\ \
| |/
|/| |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Warning handling and initial prepared statement handling (last not complete yet)
Changed a lot of functions that returned 0/1 to my_bool type.
GRANT handling now uses read/write locks instead of mutex
Change basic net functions to use THD instead of NET
(needed for 4.1 protocol)
Use my_sprintf instead of sprintf() + strlen()
Added alloc_query() to be able to chare query initialization code with
prepared statements.
Cleanup handling of SHOW COUNT(*) WARNINGS and SELECT LAST_INSERT_ID()
Note that the following test fails (will be fixed ASAP):
sub_select, union, rpl_rotate_logs and rpl_mystery22
|
| |
| |
| |
| | |
SELECT func(charset2) FROM t ORDER BY 1 works in correct charset
|
| | |
|
|\ \ |
|
| | |
| | |
| | |
| | | |
Added missing mutex-lock around critical section in GRANT handling.
|
| | |
| | |
| | |
| | |
| | |
| | | |
using alias instead of table_name.
This should fix some issues where --lower-case-table-names doesn't work properly under windows.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Improve mysql-test to be more robust.
Fix that GRANT doesn't delete SSL options
Change innobase_flush_log_at_trx_commit to uint.
Don't rotate logs if we read a rotate log entry from the master.
|
| |/
|/|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Fixed that GRANT ... REQUIRE options are not forgot when doing new GRANT
Changed fn_ext to point at first '.' after directory.
FLUSH LOGS removed numerical extension for all future update logs.
Fixed the mysqld --help reports right values for --datadir and --bind-address
--log-binary=a.b.c now properly strips of .b.c
Fix that one can DROP UDF functions that was not loaded at startup
Made AND optional in REQUIRE
Added REQUIRE NONE
|
| |
| |
| |
| |
| | |
Fixed data corruption bug in query cache.
Made queries be dependent of the database in use.
|
|/
|
|
| |
Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
|
|
|
|
|
| |
Fix bug in isamlog
Add argument types to function declarations.
|
|
|
|
|
| |
Fix for shutdown on NT
Fixed bug when using wrong dates from blob field.
|
|
|
|
| |
(For glibc 2.2)
|
| |
|
|
|
|
|
| |
Fixes for RENAME TABLE
Portability fixes
|
|
|