summaryrefslogtreecommitdiff
path: root/libmysql/libmysql.def
Commit message (Collapse)AuthorAgeFilesLines
* fix for bug #7924.georg@lmy002.wdf.sap.corp2005-07-251-0/+2
| | | | | | 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)
* added function mysql_set_character_set (reviewed by Monty)georg@lmy002.wdf.sap.corp2005-05-131-0/+1
| | | | | | | 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.
* libmysqld.def, libmysql.def:mwagner@here.mwagner.org2005-01-121-1/+1
| | | | Use the invisible tabs (!)
* libmysqld.def, libmysql.def:mwagner@here.mwagner.org2005-01-121-0/+1
| | | | Add missing 'get_defaults_files' to fix linking error.
* libmysql.def, libmysql.c:bar@mysql.com2004-11-051-0/+1
| | | | Minor clean-ups
* Review of all code pushed since last reviewmonty@mishka.local2004-10-201-0/+1
| | | | | | | 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
* - fixed tabbing and added several missing symbols (required forlenz@mysql.com2004-07-131-2/+14
| | | | linking with PHP5) (thanks to Georg Richter for the patch)
* mysql_stmt_field_count()konstantin@mysql.com2004-06-061-0/+1
|
* Made my_snprintf() behavior snprintf() compatible when printing %x arguments ↵dlenev@brandersnatch.localdomain2004-05-271-1/+2
| | | | | | | | | | | | (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.
* merge with 4.0 to get windows fixesmonty@mysql.com2004-05-271-2/+1
|\
| * Fix to make Windows compilation smootherhf@deer.(none)2004-05-261-18/+1
| |
* | Changed prototype of killed_ptr() to make it more portablemonty@mysql.com2004-05-261-1/+3
| | | | | | | | Applied patches for Netware
* | Implementation of mysql_stmt_attr_get and mysql_stmt_attr_set konstantin@mysql.com2004-04-301-0/+2
| | | | | | | | | | requested by Monty for Bug#1647 (No way to determine what size blob/clob is being returned into bound buffer)
* | Simplification: MYSQL_RES *result replaced with MYSQL_DATA result;konstantin@mysql.com2004-03-281-0/+3
| | | | | | | | | | | | 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.
* | For to export the renamed functionsmiguel@hegel.local2004-03-121-9/+9
| |
* | Merge with 4.0.18monty@mysql.com2004-02-111-2/+2
|\ \ | |/
| * For to export the right functions with changes done from 4.0.16miguel@hegel.local2004-02-041-2/+2
| |
* | CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTSmonty@mashka.mysql.fi2003-11-181-0/+1
| | | | | | | | | | | | | | | | | | | | 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.
* | Portability fixes for windowsmonty@mashka.mysql.fi2003-10-151-1/+1
| | | | | | | | After merge fixes
* | Merge with 4.0.16monty@narttu.mysql.fi2003-10-071-0/+1
|\ \ | |/
| * Block SIGPIPE also for not threaded client programs.monty@narttu.mysql.fi2003-09-231-0/+1
| | | | | | | | | | | | | | Added --include and --libs_r options to mysql_config. Added mysql_get_client_version() to client library Fixed some minor benchmark issues
* | implementation of mysql_stmt_reset client endvenu@myvenu.com2003-07-081-0/+1
| |
* | Fixed some new memory leaksmonty@narttu.mysql.fi2003-06-241-84/+63
| | | | | | | | Updated VC++ files
* | 1. Portability fixups for Connector/ODBC 3.52 & DBDvenu@myvenu.com2003-06-041-0/+1
| | | | | | | | | | (Addition of mysql_fetch_column & mysql_stmt_free_result) 2. Windows build fixups for libmysqld, mysqlbinlog and mysqldemb
* | mergemonty@mashka.mysql.fi2003-05-221-6/+1
|\ \
| * \ Merge with 4.0.13monty@narttu.mysql.fi2003-05-191-6/+1
| |\ \ | | |/
| | * Exported functions required by MySQLCCmiguel@hegel.local2003-04-161-0/+4
| | |
* | | Added mysql_fetch_column functionvenu@myvenu.com2003-05-201-0/+9
|/ / | | | | | | | | | | 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
* | Exported functions claimed by MySQLCCmiguel@hegel.local2003-04-111-0/+2
| |
* | Portability fixes (for windows)monty@mashka.mysql.fi2003-01-211-2/+0
| | | | | | | | Some changes to the prepared statement protocol to make it easier to use and faster.
* | Merge with 4.0.9monty@mashka.mysql.fi2003-01-181-0/+6
|\ \ | |/
| * Added functions required by MySQLCCmiguel@light.2003-01-111-0/+6
| |
* | protocol fixupsvenu@myvenu.com2002-11-221-2/+18
| |
* | Portability fixes to be able to compile MySQL with VC++monty@narttu.mysql.fi2002-10-081-3/+2
| |
* | Merge with 4.0.4monty@mashka.mysql.fi2002-10-021-2/+2
|\ \ | |/ |/|
| * Fixes and code cleanups after merge with 4.0.3monty@mashka.mysql.fi2002-10-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Updated VC++ project files for 4.0.4monty@mashka.mysql.fi2002-09-241-4/+1
|/ | | | | | 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
* Changed IF(expr, column, NULL) to take type from columnmonty@hundin.mysql.fi2002-08-121-1/+0
| | | | | Fixed some windows portability problems and removed some compiler warnings Cleaned up QUOTE() function and fixed bug in \0 and \Z handling.
* Removed mysql_ssl_clear() monty@hundin.mysql.fi2002-06-271-1/+1
| | | | | | | 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.
* Win32 Embedded Server Changesmiguel@light.local2002-01-091-47/+93
|
* Remove console manager and deprecate functions from libmysqlmiguel@light.local2001-10-301-9/+1
|
* Add the export functions definition file for libmysql.dll.miguel@light.local2001-10-181-0/+84
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.