| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
added export symbols mysql_server_init and
mysql_server_end to allow client to connect to external and embedded
server using the same code (required for Connector/OO.org). (Backport from 5.0 - cs. 1.35)
|
|
|
|
|
|
|
| |
as a work around for #8317 and #9637
This function sends SET NAMES command and changes mysql->charset
so mysql_real_escape_string will work as expected.
|
|
|
|
| |
Use the invisible tabs (!)
|
|
|
|
| |
Add missing 'get_defaults_files' to fix linking error.
|
|
|
|
| |
Minor clean-ups
|
|
|
|
|
|
|
| |
Simple optimzations and cleanups
Removed compiler warnings and fixed portability issues
Added client functions 'mysql_embedded()' to allow client to check if we are using embedded server
Fixes for purify
|
|
|
|
| |
linking with PHP5) (thanks to Georg Richter for the patch)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
(it should
produce hex digits in lower case). (fixed version)
Replaced _dig_vec array with two _dig_vec_upper/_dig_vec_lower arrays.
Added extra argument to int2str function which controls case of digits you get.
Replaced lot of invocations of int2str for decimal radix with more optimized int10_to_str()
function.
Removed unused my_itoa/my_ltoa functions.
|
|\ |
|
| | |
|
| |
| |
| |
| | |
Applied patches for Netware
|
| |
| |
| |
| |
| | |
requested by Monty for Bug#1647 (No way to determine what size
blob/clob is being returned into bound buffer)
|
| |
| |
| |
| |
| |
| | |
No need to check for result existence any more, store_result functions
now are shorter.
cli_read_binary_rows rewritten to handle MYSQL_DATA directly.
|
| | |
|
|\ \
| |/ |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
New multi-key-cache handling. This was needed becasue the old one didn't work reliable with MERGE tables.
ALTER TABLE table_name ... CHARACTER SET ... now changes all char/varchar/text columns to the given character set
(One must use ALTER TABLE ... DEFAULT CHARACTER SET ... to change the default character set)
Fixed that have_compress is detected properly (fixes problems with func_compress.test on platforms without zlib)
New syntax for CACHE INDEX ('keys' is optional if no index name is given and one mentions the key cache name only ones)
Removed compiler warnings
Added mysql_set_server_option() to allow clients like PHP to easaily set/reset the multi-statement flag.
|
| |
| |
| |
| | |
After merge fixes
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| |
| | |
Added --include and --libs_r options to mysql_config.
Added mysql_get_client_version() to client library
Fixed some minor benchmark issues
|
| | |
|
| |
| |
| |
| | |
Updated VC++ files
|
| |
| |
| |
| |
| | |
(Addition of mysql_fetch_column & mysql_stmt_free_result)
2. Windows build fixups for libmysqld, mysqlbinlog and mysqldemb
|
|\ \ |
|
| |\ \
| | |/ |
|
| | | |
|
|/ /
| |
| |
| |
| |
| | |
Added MYSQL_TYPE_NULL as a dummy bind case for fetch buffers
Fix for offset based re-fetch using mysql_fetch_column
Misc cleanups for ODBC compatibility
|
| | |
|
| |
| |
| |
| | |
Some changes to the prepared statement protocol to make it easier to use and faster.
|
|\ \
| |/ |
|
| | |
|
| | |
|
| | |
|
|\ \
| |/
|/| |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|/
|
|
|
|
| |
Only write short usage if one starts mysqldump without any options
Added query cache on windows
Added error message if one can't read privilege tables
|
|
|
|
|
| |
Fixed some windows portability problems and removed some compiler warnings
Cleaned up QUOTE() function and fixed bug in \0 and \Z handling.
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
When should add a function with STDCALL defined should be
add to this file, in this way the functions is exported for
the client application on Win32.
|