1;   Copyright (c) 2015, 2021, Oracle and/or its affiliates.
2;
3;   This program is free software; you can redistribute it and/or modify
4;   it under the terms of the GNU General Public License, version 2.0,
5;   as published by the Free Software Foundation.
6;
7;   This program is also distributed with certain software (including
8;   but not limited to OpenSSL) that is licensed under separate terms,
9;   as designated in a particular file or component or in included license
10;   documentation.  The authors of MySQL hereby grant you an additional
11;   permission to link the program and your derivative works with the
12;   separately licensed software that they have included with MySQL.
13;
14;   This program is distributed in the hope that it will be useful,
15;   but WITHOUT ANY WARRANTY; without even the implied warranty of
16;   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17;   GNU General Public License, version 2.0, for more details.
18;
19;   You should have received a copy of the GNU General Public License
20;   along with this program; if not, write to the Free Software
21;   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301  USA
22
23LIBRARY		LIBMYSQLD
24DESCRIPTION	'MySQL 5.1 Embedded Server Library'
25VERSION		5.1
26EXPORTS
27	mysql_thread_end
28	mysql_thread_init
29	myodbc_remove_escape
30	mysql_affected_rows
31	mysql_autocommit
32	mysql_change_user
33	mysql_character_set_name
34	mysql_close
35	mysql_commit
36	mysql_data_seek
37	mysql_debug
38	mysql_dump_debug_info
39	mysql_eof
40	mysql_errno
41	mysql_error
42	mysql_escape_string
43	mysql_hex_string
44	mysql_fetch_field
45	mysql_fetch_field_direct
46	mysql_fetch_fields
47	mysql_fetch_lengths
48	mysql_fetch_row
49	mysql_field_count
50	mysql_field_seek
51	mysql_field_tell
52	mysql_free_result
53	mysql_get_character_set_info
54	mysql_get_client_info
55	mysql_get_host_info
56	mysql_get_proto_info
57	mysql_get_server_info
58	mysql_get_client_version
59	mysql_get_ssl_cipher
60	mysql_info
61	mysql_init
62	mysql_insert_id
63	mysql_kill
64	mysql_set_server_option
65	mysql_list_dbs
66	mysql_list_fields
67	mysql_list_processes
68	mysql_list_tables
69	mysql_more_results
70	mysql_next_result
71	mysql_num_fields
72	mysql_num_rows
73	mysql_options
74	mysql_ping
75	mysql_query
76	mysql_read_query_result
77	mysql_real_connect
78	mysql_real_escape_string
79	mysql_real_escape_string_quote
80	mysql_real_query
81	mysql_refresh
82	mysql_rollback
83	mysql_row_seek
84	mysql_row_tell
85	mysql_select_db
86	mysql_send_query
87	mysql_shutdown
88	mysql_ssl_set
89	mysql_stat
90	mysql_store_result
91	mysql_sqlstate
92	mysql_thread_id
93	mysql_thread_safe
94	mysql_use_result
95	mysql_warning_count
96	mysql_server_end
97	mysql_server_init
98	get_tty_password
99	mysql_get_server_version
100	mysql_set_character_set
101	mysql_sqlstate
102	mysql_get_parameters
103	mysql_stmt_bind_param
104	mysql_stmt_bind_result
105	mysql_stmt_execute
106	mysql_stmt_fetch
107	mysql_stmt_fetch_column
108	mysql_stmt_param_count
109	mysql_stmt_param_metadata
110	mysql_stmt_result_metadata
111	mysql_stmt_send_long_data
112	mysql_stmt_affected_rows
113	mysql_stmt_close
114	mysql_stmt_reset
115	mysql_stmt_data_seek
116	mysql_stmt_errno
117	mysql_stmt_error
118	mysql_stmt_free_result
119	mysql_stmt_num_rows
120	mysql_stmt_row_seek
121	mysql_stmt_row_tell
122	mysql_stmt_store_result
123	mysql_stmt_sqlstate
124	mysql_stmt_prepare
125	mysql_stmt_init
126	mysql_stmt_insert_id
127	mysql_stmt_attr_get
128	mysql_stmt_attr_set
129	mysql_stmt_field_count
130	mysql_stmt_next_result
131	mysql_reset_connection
132	mysql_get_option
133