mirror of
https://github.com/MariaDB/server.git
synced 2025-05-31 08:42:45 +03:00
Fixed some windows portability problems and removed some compiler warnings Cleaned up QUOTE() function and fixed bug in \0 and \Z handling. Docs/manual.texi: Changelog Added information about new IF() behaviour. libmysql/libmysql.def: Removed mysql_ssl_clear myisam/mi_dynrec.c: Minor cleanup mysql-test/r/func_str.result: Added more tests for QUOTE mysql-test/t/func_str.test: Added more tests for QUOTE mysys/mf_iocache.c: Removed compiler warnings sql/ha_innodb.cc: Added missing null to generated string. sql/item_cmpfunc.cc: Changed IF(expr, column, NULL) to take type from column sql/item_strfunc.cc: Cleaned up QUOTE() function and fixed bug in \0 and \Z handling. sql/log.cc: Minor cleanup sql/mysql_priv.h: Fixed problem with opt_enable_named_pipe sql/mysqld.cc: Fixed problem with opt_enable_named_pipe Fixed some syntax errors in windows code sql/set_var.cc: Removed compiler warnings sql/slave.cc: Removed compiler warnings sql/sql_show.cc: Removed compiler warnings
122 lines
1.8 KiB
Modula-2
122 lines
1.8 KiB
Modula-2
LIBRARY LIBMYSQL
|
|
DESCRIPTION 'MySQL 4.0 Client Library'
|
|
VERSION 4.0
|
|
EXPORTS
|
|
mysql_affected_rows
|
|
mysql_close
|
|
mysql_connect
|
|
mysql_create_db
|
|
mysql_data_seek
|
|
mysql_debug
|
|
mysql_drop_db
|
|
mysql_dump_debug_info
|
|
mysql_eof
|
|
mysql_errno
|
|
mysql_error
|
|
mysql_escape_string
|
|
mysql_fetch_field
|
|
mysql_fetch_field_direct
|
|
mysql_fetch_fields
|
|
mysql_fetch_lengths
|
|
mysql_fetch_row
|
|
mysql_field_count
|
|
mysql_field_seek
|
|
mysql_field_tell
|
|
mysql_free_result
|
|
mysql_get_client_info
|
|
mysql_get_host_info
|
|
mysql_get_proto_info
|
|
mysql_get_server_info
|
|
mysql_info
|
|
mysql_init
|
|
mysql_insert_id
|
|
mysql_kill
|
|
mysql_list_dbs
|
|
mysql_list_fields
|
|
mysql_list_processes
|
|
mysql_list_tables
|
|
mysql_num_fields
|
|
mysql_num_rows
|
|
mysql_odbc_escape_string
|
|
mysql_options
|
|
mysql_ping
|
|
mysql_query
|
|
mysql_real_connect
|
|
mysql_real_query
|
|
mysql_refresh
|
|
mysql_row_seek
|
|
mysql_row_tell
|
|
mysql_select_db
|
|
mysql_shutdown
|
|
mysql_stat
|
|
mysql_store_result
|
|
mysql_thread_id
|
|
mysql_use_result
|
|
bmove_upp
|
|
delete_dynamic
|
|
_dig_vec
|
|
init_dynamic_array
|
|
insert_dynamic
|
|
int2str
|
|
is_prefix
|
|
list_add
|
|
list_delete
|
|
max_allowed_packet
|
|
my_casecmp
|
|
my_init
|
|
my_end
|
|
my_strdup
|
|
my_malloc
|
|
my_memdup
|
|
my_no_flags_free
|
|
my_realloc
|
|
my_thread_end
|
|
my_thread_init
|
|
net_buffer_length
|
|
set_dynamic
|
|
strcend
|
|
strdup_root
|
|
strfill
|
|
strinstr
|
|
strmake
|
|
strmov
|
|
strxmov
|
|
myodbc_remove_escape
|
|
mysql_thread_safe
|
|
mysql_character_set_name
|
|
mysql_change_user
|
|
mysql_send_query
|
|
mysql_read_query_result
|
|
mysql_real_escape_string
|
|
mysql_ssl_set
|
|
mysql_real_connect
|
|
mysql_master_query
|
|
mysql_master_send_query
|
|
mysql_slave_query
|
|
mysql_slave_send_query
|
|
mysql_enable_rpl_parse
|
|
mysql_disable_rpl_parse
|
|
mysql_rpl_parse_enabled
|
|
mysql_enable_reads_from_master
|
|
mysql_disable_reads_from_master
|
|
mysql_reads_from_master_enabled
|
|
mysql_rpl_query_type
|
|
mysql_rpl_probe
|
|
mysql_set_master
|
|
mysql_add_slave
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|