mariadb/sql
Vladislav Vaintroub decb9c639a Fixed sql_perror() to return appropriate error messages on Windows,
The error message is now based on GetLastError() rather than errno. 

Background: errno is C runtime specific and in many circumstances 
it is not set, e.g when using Win32 API or socket functions.
2011-05-26 02:01:47 +02:00
..
examples
share merge 5.2 2011-03-10 09:39:14 +01:00
.cvsignore
add_errmsg
authors.h
client_settings.h
CMakeLists.txt merge 5.2 2011-03-10 09:39:14 +01:00
contributors.h
create_options.cc small enhancement of the create table options feature: 2011-05-10 18:19:11 +02:00
create_options.h small enhancement of the create table options feature: 2011-05-10 18:19:11 +02:00
custom_conf.h
debug_sync.cc
debug_sync.h
derror.cc Ensure we don't read a MariaDB 5.3 errmsg.sys file or new errmsg.sys file with holes for not used error messages 2011-05-20 14:36:13 +03:00
des_key_file.cc
discover.cc
event_data_objects.cc
event_data_objects.h
event_db_repository.cc Merge with MariaDB 5.1 2011-05-03 19:10:10 +03:00
event_db_repository.h
event_parse_data.cc
event_parse_data.h
event_queue.cc mysqltest: Write command to be executed to the log BEFORE executing the command. 2011-05-09 14:38:49 +03:00
event_queue.h
event_scheduler.cc Make event stop code even more robust. 2011-05-09 15:14:04 +03:00
event_scheduler.h
events.cc Change TABLE->alias to String for less memory reallocation 2011-02-28 12:48:50 +02:00
events.h
field.cc Merge with MariaDB 5.1 2011-05-03 19:10:10 +03:00
field.h small enhancement of the create table options feature: 2011-05-10 18:19:11 +02:00
field_conv.cc Merge with MySQL 5.1.55 2011-02-20 18:51:43 +02:00
filesort.cc
frm_crypt.cc
gen_lex_hash.cc
gstream.cc
gstream.h
ha_ndbcluster.cc
ha_ndbcluster.h
ha_ndbcluster_binlog.cc
ha_ndbcluster_binlog.h
ha_ndbcluster_cond.cc
ha_ndbcluster_cond.h
ha_ndbcluster_tables.h
ha_partition.cc Merge with MariaDB 5.1 2011-05-03 19:10:10 +03:00
ha_partition.h Merge with MariaDB 5.1 2011-05-03 19:10:10 +03:00
handler.cc Merge with MariaDB 5.1 2011-05-03 19:10:10 +03:00
handler.h small enhancement of the create table options feature: 2011-05-10 18:19:11 +02:00
hash_filo.cc
hash_filo.h
hostname.cc Merge with MySQL 5.1.57/58 2011-05-02 20:58:45 +03:00
init.cc
item.cc Merge with MariaDB 5.1 2011-05-03 19:10:10 +03:00
item.h Merge with MariaDB 5.1 2011-05-03 19:10:10 +03:00
item_buff.cc
item_cmpfunc.cc Merge with MariaDB 5.1 2011-05-03 19:10:10 +03:00
item_cmpfunc.h Merge with 5.1 to get in changes from MySQL 5.1.55 2011-02-28 19:39:30 +02:00
item_create.cc Merge with MySQL 5.1.55 2011-02-20 18:51:43 +02:00
item_create.h Merge with MySQL 5.1.55 2011-02-20 18:51:43 +02:00
item_func.cc Merge with MariaDB 5.1 2011-05-03 19:10:10 +03:00
item_func.h Merge with MariaDB 5.1 2011-05-03 19:10:10 +03:00
item_geofunc.cc
item_geofunc.h Merge with MySQL 5.1.55 2011-02-20 18:51:43 +02:00
item_row.cc
item_row.h
item_strfunc.cc Merge with MariaDB 5.1 2011-05-03 19:10:10 +03:00
item_strfunc.h Merge with MariaDB 5.1 2011-05-03 19:10:10 +03:00
item_subselect.cc Merge with 5.1 to get in changes from MySQL 5.1.55 2011-02-28 19:39:30 +02:00
item_subselect.h Merge with 5.1 to get in changes from MySQL 5.1.55 2011-02-28 19:39:30 +02:00
item_sum.cc Merge with MariaDB 5.1 2011-05-03 19:10:10 +03:00
item_sum.h Merge with MariaDB 5.1 2011-05-03 19:10:10 +03:00
item_timefunc.cc Merge with MySQL 5.1.57/58 2011-05-02 20:58:45 +03:00
item_timefunc.h Merge with MariaDB 5.1 2011-05-03 19:10:10 +03:00
item_xmlfunc.cc Merge with 5.1 to get in changes from MySQL 5.1.55 2011-02-28 19:39:30 +02:00
item_xmlfunc.h
key.cc
lex.h
lex_symbol.h
lock.cc Merge with 5.1 to get in changes from MySQL 5.1.55 2011-02-28 19:39:30 +02:00
log.cc Fixed sql_perror() to return appropriate error messages on Windows, 2011-05-26 02:01:47 +02:00
log.h Merge with 5.1 to get in changes from MySQL 5.1.55 2011-02-28 19:39:30 +02:00
log_event.cc Merge with MariaDB 5.1 2011-05-03 19:10:10 +03:00
log_event.h Merge with 5.1 to get in changes from MySQL 5.1.55 2011-02-28 19:39:30 +02:00
log_event_old.cc
log_event_old.h Merge with MySQL 5.1.55 2011-02-20 18:51:43 +02:00
log_slow.h
Makefile.am Fix error in "make dist" (sql/CMakeLists.txt is not delivered in source distribution) 2011-04-03 20:56:47 +02:00
message.h
message.mc
message.rc
mf_iocache.cc
MSG00001.bin
my_decimal.cc Merge with MySQL 5.1.55 2011-02-20 18:51:43 +02:00
my_decimal.h
my_lock.c
mysql_install_db.cc fix CRLF line endings to LF 2011-04-08 01:42:47 +02:00
mysql_priv.h merge 2011-05-12 16:31:54 +02:00
mysql_upgrade_service.cc - Properly terminate options array with all-zero entry. 2011-05-20 01:38:42 +02:00
mysqld.cc Fixed sql_perror() to return appropriate error messages on Windows, 2011-05-26 02:01:47 +02:00
mysqld_suffix.h
net_serv.cc Merge with 5.1 to get in changes from MySQL 5.1.55 2011-02-28 19:39:30 +02:00
nt_servc.cc
nt_servc.h
opt_range.cc Merge with MariaDB 5.1 2011-05-03 19:10:10 +03:00
opt_range.h Merge with 5.1 to get in changes from MySQL 5.1.55 2011-02-28 19:39:30 +02:00
opt_sum.cc Merge with MariaDB 5.1 2011-05-03 19:10:10 +03:00
opt_table_elimination.cc Change TABLE->alias to String for less memory reallocation 2011-02-28 12:48:50 +02:00
parse_file.cc
parse_file.h
partition_element.h Merge with main 2011-02-22 20:28:01 +02:00
partition_info.cc
partition_info.h
password.c
procedure.cc
procedure.h
protocol.cc Merge with 5.1 to get in changes from MySQL 5.1.55 2011-02-28 19:39:30 +02:00
protocol.h
records.cc Merge with 5.1 to get in changes from MySQL 5.1.55 2011-02-28 19:39:30 +02:00
repl_failsafe.cc
repl_failsafe.h
rpl_constants.h
rpl_filter.cc
rpl_filter.h
rpl_injector.cc Merge with MySQL 5.1.55 2011-02-20 18:51:43 +02:00
rpl_injector.h
rpl_mi.cc
rpl_mi.h
rpl_record.cc Merge with MySQL 5.1.55 2011-02-20 18:51:43 +02:00
rpl_record.h Merge with MySQL 5.1.55 2011-02-20 18:51:43 +02:00
rpl_record_old.cc
rpl_record_old.h Merge with MySQL 5.1.55 2011-02-20 18:51:43 +02:00
rpl_reporting.cc
rpl_reporting.h
rpl_rli.cc Fix build error (wrong printf-like format) 2011-03-28 02:02:24 +02:00
rpl_rli.h
rpl_tblmap.cc
rpl_tblmap.h
rpl_utility.cc
rpl_utility.h
scheduler.cc
scheduler.h
set_var.cc Merge with MariaDB 5.1 2011-05-03 19:10:10 +03:00
set_var.h Merge with 5.1 to get in changes from MySQL 5.1.55 2011-02-28 19:39:30 +02:00
slave.cc Merge with MariaDB 5.1 2011-05-03 19:10:10 +03:00
slave.h Merge with MySQL 5.1.55 2011-02-20 18:51:43 +02:00
sp.cc Change TABLE->alias to String for less memory reallocation 2011-02-28 12:48:50 +02:00
sp.h
sp_cache.cc
sp_cache.h
sp_head.cc Merge with 5.1 to get in changes from MySQL 5.1.55 2011-02-28 19:39:30 +02:00
sp_head.h
sp_pcontext.cc
sp_pcontext.h
sp_rcontext.cc Merge Mariadb 5.1->5.2 2011-04-12 14:26:06 +02:00
sp_rcontext.h Merge Mariadb 5.1->5.2 2011-04-12 14:26:06 +02:00
spatial.cc
spatial.h
sql_acl.cc Merge with MariaDB 5.1 2011-05-03 19:10:10 +03:00
sql_acl.h
sql_analyse.cc Merge with MySQL 5.1.57/58 2011-05-02 20:58:45 +03:00
sql_analyse.h
sql_array.h
sql_base.cc Merge with MariaDB 5.1 2011-05-03 19:10:10 +03:00
sql_binlog.cc Merge with MySQL 5.1.55 2011-02-20 18:51:43 +02:00
sql_bitmap.h
sql_builtin.cc.in
sql_cache.cc Fix compile error on Unixes 2011-05-14 18:59:06 +02:00
sql_cache.h
sql_class.cc Merge Mariadb 5.1->5.2 2011-04-12 14:26:06 +02:00
sql_class.h fix noisy warnings in header files 2011-05-04 14:47:27 +02:00
sql_client.cc
sql_connect.cc Merge with MariaDB 5.1 2011-05-03 19:10:10 +03:00
sql_crypt.cc
sql_crypt.h
sql_cursor.cc Merge Mariadb 5.1->5.2 2011-04-12 14:26:06 +02:00
sql_cursor.h
sql_db.cc Merge with MySQL 5.1.55 2011-02-20 18:51:43 +02:00
sql_delete.cc Merge Mariadb 5.1->5.2 2011-04-12 14:26:06 +02:00
sql_derived.cc
sql_do.cc
sql_error.cc
sql_error.h
sql_handler.cc
sql_help.cc
sql_insert.cc Merge with MariaDB 5.1 2011-05-03 19:10:10 +03:00
sql_lex.cc Merge with 5.1 to get in changes from MySQL 5.1.55 2011-02-28 19:39:30 +02:00
sql_lex.h Merge with 5.1 to get in changes from MySQL 5.1.55 2011-02-28 19:39:30 +02:00
sql_list.cc
sql_list.h
sql_load.cc Merge with MariaDB 5.1 2011-05-03 19:10:10 +03:00
sql_locale.cc
sql_manager.cc
sql_map.cc
sql_map.h
sql_olap.cc
sql_parse.cc Merge with MariaDB 5.1 2011-05-03 19:10:10 +03:00
sql_partition.cc Merge with MariaDB 5.1 2011-05-03 19:10:10 +03:00
sql_partition.h
sql_plugin.cc Merge with 5.1 to get in changes from MySQL 5.1.55 2011-02-28 19:39:30 +02:00
sql_plugin.h Merge with 5.1 to get in changes from MySQL 5.1.55 2011-02-28 19:39:30 +02:00
sql_plugin_services.h
sql_prepare.cc Merge with MariaDB 5.1 2011-05-03 19:10:10 +03:00
sql_profile.cc Merge with MySQL 5.1.55 2011-02-20 18:51:43 +02:00
sql_profile.h
sql_rename.cc Bugfix: New table creation/renaming block added if old encoded table present. 2011-05-11 14:09:48 +03:00
sql_repl.cc Fix buildbot failure in rpl_stop_slave.test. 2011-05-09 15:06:16 +02:00
sql_repl.h
sql_select.cc Merge with MariaDB 5.1 2011-05-03 19:10:10 +03:00
sql_select.h Merge with MySQL 5.1.57/58 2011-05-02 20:58:45 +03:00
sql_servers.cc
sql_servers.h
sql_show.cc merge 2011-05-12 16:31:54 +02:00
sql_show.h
sql_sort.h
sql_state.c
sql_string.cc Merge with MariaDB 5.1 2011-05-03 19:10:10 +03:00
sql_string.h fix noisy warnings in header files 2011-05-04 14:47:27 +02:00
sql_table.cc merge 2011-05-12 16:31:54 +02:00
sql_tablespace.cc
sql_test.cc Change TABLE->alias to String for less memory reallocation 2011-02-28 12:48:50 +02:00
sql_trigger.cc Merge with alias as String 2011-02-28 13:16:17 +02:00
sql_trigger.h
sql_udf.cc Merge with 5.1 to get in changes from MySQL 5.1.55 2011-02-28 19:39:30 +02:00
sql_udf.h
sql_union.cc Bug fix for lp:732124 union + limit returns wrong result 2011-03-09 19:45:48 +02:00
sql_update.cc Merge Mariadb 5.1->5.2 2011-04-12 14:26:06 +02:00
sql_view.cc Merge with 5.1 to get in changes from MySQL 5.1.55 2011-02-28 19:39:30 +02:00
sql_view.h
sql_yacc.yy Merge with 5.1 to get in changes from MySQL 5.1.55 2011-02-28 19:39:30 +02:00
strfunc.cc
structs.h small enhancement of the create table options feature: 2011-05-10 18:19:11 +02:00
table.cc Merge with MariaDB 5.1 2011-05-03 19:10:10 +03:00
table.h small enhancement of the create table options feature: 2011-05-10 18:19:11 +02:00
thr_malloc.cc
time.cc
tzfile.h
tztime.cc
tztime.h
udf_example.c
udf_example.def
uniques.cc
unireg.cc
unireg.h
winservice.c
winservice.h