mariadb/sql
Vicențiu Ciorbaru aa74fef25e Fix 2 more bugs in item_windowfunc.
1. Item_windowfunc must check the nullness of the field if it returns the
   value from the result_field.
2. The decimal value must come from the window_func instead of the
   result_field when not fetching values from the result_field.

Added a more extensive test case that highlights if these bugs occur.
The 2 select statements check behaviour for decimal and real typed
fields respectively.
2016-03-16 01:42:45 +02:00
..
share Fixed a problems in the parser. 2016-02-19 23:20:09 -08:00
add_errmsg
authors.h
bounded_queue.h
client_settings.h
CMakeLists.txt Initial patch for the implementation of window functions (MDEV-6115): 2016-02-12 20:33:56 -08:00
compat56.cc
compat56.h
contributors.h
create_options.cc - Renaming variables so that they don't shadow others (After this patch one can compile with -Wshadow and get much fewer warnings) 2015-07-06 20:24:14 +03:00
create_options.h
custom_conf.h
datadict.cc
datadict.h
debug_sync.cc - Renaming variables so that they don't shadow others (After this patch one can compile with -Wshadow and get much fewer warnings) 2015-07-06 20:24:14 +03:00
debug_sync.h
derror.cc - Renaming variables so that they don't shadow others (After this patch one can compile with -Wshadow and get much fewer warnings) 2015-07-06 20:24:14 +03:00
derror.h
des_key_file.cc
des_key_file.h
discover.cc
discover.h
encryption.cc make encrypt-binlog and encrypt-tmp-files to fail if no encryption 2015-09-09 14:22:22 +02:00
event_data_objects.cc - Renaming variables so that they don't shadow others (After this patch one can compile with -Wshadow and get much fewer warnings) 2015-07-06 20:24:14 +03:00
event_data_objects.h
event_db_repository.cc - Renaming variables so that they don't shadow others (After this patch one can compile with -Wshadow and get much fewer warnings) 2015-07-06 20:24:14 +03:00
event_db_repository.h
event_parse_data.cc - Renaming variables so that they don't shadow others (After this patch one can compile with -Wshadow and get much fewer warnings) 2015-07-06 20:24:14 +03:00
event_parse_data.h
event_queue.cc
event_queue.h
event_scheduler.cc MDEV-6152: Remove calls to current_thd while creating Item 2015-09-01 18:42:02 +03:00
event_scheduler.h
events.cc MDEV-9088 Server crashes on shutdown after the second post of feedback report 2015-12-19 13:36:21 +01:00
events.h Merge branch '10.0' into 10.1 2015-11-19 15:52:14 +01:00
field.cc Merge remote-tracking branch 'origin/10.1' into 10.2 2015-12-29 19:37:11 +04:00
field.h MDEV-9393 Split Copy_field::get_copy_func() into virtual methods in Field 2016-01-11 17:20:16 +04:00
field_conv.cc MDEV-9393 Split Copy_field::get_copy_func() into virtual methods in Field 2016-01-11 17:20:16 +04:00
filesort.cc This is the consolidated patch for mdev-8646: 2016-02-09 12:35:59 -08:00
filesort.h This is the consolidated patch for mdev-8646: 2016-02-09 12:35:59 -08:00
filesort_utils.cc
filesort_utils.h
gcalc_slicescan.cc
gcalc_slicescan.h
gcalc_tools.cc MDEV-7925 Inconsistent behavior of ST_Touches with a POINT as one of arguments. 2015-06-22 23:33:35 +05:00
gcalc_tools.h MDEV-7925 Inconsistent behavior of ST_Touches with a POINT as one of arguments. 2015-06-22 23:33:35 +05:00
gen_lex_hash.cc
gen_lex_token.cc Merge branch '10.0' into 10.1 2015-09-03 12:58:41 +02:00
group_by_handler.cc cleanups and simplifications 2015-10-05 17:14:15 +02:00
group_by_handler.h remove unused group_by_handler::init() method 2015-10-05 17:14:16 +02:00
gstream.cc
gstream.h
ha_partition.cc MDEV-8715 - Obsolete sql_alloc() in favor of THD::alloc() and thd_alloc() 2015-11-26 11:34:17 +04:00
ha_partition.h
handler.cc cleanup 2015-12-21 21:30:46 +01:00
handler.h MDEV-9021: MYSQLD SEGFAULTS WHEN BUILT USING --WITH-MAX-INDEXES=128 2015-11-09 09:28:00 -05:00
hash_filo.cc
hash_filo.h
hostname.cc Merge branch '10.0' into 10.1 2015-11-19 15:52:14 +01:00
hostname.h
init.cc MDEV-8378 - Debian: the Lintian complains about many "shlib-calls-exit" in many 2015-12-16 19:39:00 +04:00
init.h
innodb_priv.h
item.cc This is the consolidated patch for mdev-8646: 2016-02-09 12:35:59 -08:00
item.h MDEV-9676: RANGE-type frames for window functions 2016-03-13 03:34:31 +03:00
item_buff.cc MDEV-9676: RANGE-type frames for window functions 2016-03-13 03:34:31 +03:00
item_cmpfunc.cc This is the consolidated patch for mdev-8646: 2016-02-09 12:35:59 -08:00
item_cmpfunc.h This is the consolidated patch for mdev-8646: 2016-02-09 12:35:59 -08:00
item_create.cc MDEV-6152: Remove calls to current_thd while creating Item 2015-09-01 18:42:02 +03:00
item_create.h
item_func.cc This is the consolidated patch for mdev-8646: 2016-02-09 12:35:59 -08:00
item_func.h This is the consolidated patch for mdev-8646: 2016-02-09 12:35:59 -08:00
item_geofunc.cc MDEV-9407 Illegal mix of collation when using GROUP_CONCAT in a VIEW 2016-01-16 18:45:26 +04:00
item_geofunc.h MDEV-9407 Illegal mix of collation when using GROUP_CONCAT in a VIEW 2016-01-16 18:45:26 +04:00
item_inetfunc.cc
item_inetfunc.h MDEV-8010 - Avoid sql_alloc() in Items (Patch #1) 2015-08-21 10:40:39 +04:00
item_row.cc This is the consolidated patch for mdev-8646: 2016-02-09 12:35:59 -08:00
item_row.h This is the consolidated patch for mdev-8646: 2016-02-09 12:35:59 -08:00
item_strfunc.cc Merge remote-tracking branch 'origin/10.1' into 10.2 2015-12-29 19:37:11 +04:00
item_strfunc.h MDEV-9215 Detect cmp_type() and result_type() from field_type() 2015-12-01 13:13:23 +04:00
item_subselect.cc This is the consolidated patch for mdev-8646: 2016-02-09 12:35:59 -08:00
item_subselect.h MDEV-9215 Detect cmp_type() and result_type() from field_type() 2015-12-01 13:13:23 +04:00
item_sum.cc Implemented a counter within Item_sum_sum 2016-03-14 19:12:27 +02:00
item_sum.h Implemented a counter within Item_sum_sum 2016-03-14 19:12:27 +02:00
item_timefunc.cc MDEV-9215 Detect cmp_type() and result_type() from field_type() 2015-12-02 10:49:16 +04:00
item_timefunc.h MDEV-9407 Illegal mix of collation when using GROUP_CONCAT in a VIEW 2016-01-16 18:45:26 +04:00
item_windowfunc.cc Continuation of "Implemented a counter within Item_sum_sum" a few commits before 2016-03-16 01:26:39 +03:00
item_windowfunc.h Fix 2 more bugs in item_windowfunc. 2016-03-16 01:42:45 +02:00
item_xmlfunc.cc Removing sp_variable::type, as it was always set to the same value with 2015-11-26 15:04:55 +04:00
item_xmlfunc.h MDEV-8010 - Avoid sql_alloc() in Items (Patch #1) 2015-08-21 10:40:39 +04:00
key.cc Merge branch '10.0' into 10.1 2015-11-19 15:52:14 +01:00
key.h
keycaches.cc
keycaches.h
lex.h Initial patch for the implementation of window functions (MDEV-6115): 2016-02-12 20:33:56 -08:00
lex_symbol.h
lock.cc Merge branch '10.0' into 10.1 2015-11-19 15:52:14 +01:00
lock.h
log.cc fix galera.lp1438990 test 2015-12-22 11:59:15 +01:00
log.h Merge tag 'mariadb-10.0.22' into 10.0-galera 2015-10-31 18:07:02 -04:00
log_event.cc Merge branch '10.0' into 10.1 2015-12-21 21:24:22 +01:00
log_event.h Ignore MySQL 5.7 log events not relevant for MariaDB 2015-11-10 13:46:57 +02:00
log_event_old.cc table->write_set was changed if binary logging was used, which caused the 2015-11-10 13:46:56 +02:00
log_event_old.h Remove THD argment from Log_event->net_send() and Protocol::pack_info() as 2015-10-22 17:00:58 +03:00
log_slow.h Add parenthesis in macro definitions to prevent order of operation problems. 2015-07-16 16:03:06 -07:00
main.cc
mdl.cc Merge branch '10.1' into bb-10.1-serg 2015-11-20 09:31:13 +01:00
mdl.h Merge branch 'github/10.0-galera' into 10.1 2015-11-19 17:48:36 +01:00
mem_root_array.h
message.h
message.mc
message.rc
mf_iocache.cc
mf_iocache_encr.cc make encrypt-binlog and encrypt-tmp-files to fail if no encryption 2015-09-09 14:22:22 +02:00
MSG00001.bin
multi_range_read.cc
multi_range_read.h
my_apc.cc MDEV-8030 - Apc_target::disable() locks mutex twice 2015-06-23 09:54:36 +04:00
my_apc.h MDEV-8030 - Apc_target::disable() locks mutex twice 2015-06-23 09:54:36 +04:00
my_decimal.cc Adding "const" qualifier to arguments of date2my_decimal() 2015-10-22 09:11:23 +04:00
my_decimal.h Adding "const" qualifier to arguments of date2my_decimal() 2015-10-22 09:11:23 +04:00
my_json_writer.cc
my_json_writer.h
mysql_install_db.cc Disable buffering when writing to mysqld's stdin. 2015-12-02 18:19:43 +01:00
mysql_upgrade_service.cc
mysqld.cc Merge remote-tracking branch 'origin/10.1' into 10.2 2015-12-29 19:37:11 +04:00
mysqld.h Merge remote-tracking branch 'origin/10.1' into 10.2 2015-12-29 19:37:11 +04:00
mysqld_suffix.h
net_serv.cc MDEV-6152: Remove calls to current_thd while creating Item 2015-09-01 18:42:02 +03:00
nt_servc.cc
nt_servc.h
opt_index_cond_pushdown.cc MDEV-6152: Remove calls to current_thd while creating Item 2015-08-27 22:21:08 +03:00
opt_range.cc This is the consolidated patch for mdev-8646: 2016-02-09 12:35:59 -08:00
opt_range.h MDEV-8719 - Obsolete sql_memdup() in favor of THD::memdup() and thd_memdup() 2015-11-26 11:34:15 +04:00
opt_range_mrr.cc
opt_subselect.cc This is the consolidated patch for mdev-8646: 2016-02-09 12:35:59 -08:00
opt_subselect.h Merge branch '10.0' into 10.1 2015-09-03 12:58:41 +02:00
opt_sum.cc This is the consolidated patch for mdev-8646: 2016-02-09 12:35:59 -08:00
opt_table_elimination.cc MDEV-6152: Remove calls to current_thd while creating Item 2015-08-27 22:21:08 +03:00
parse_file.cc MDEV-6152: Remove calls to current_thd while creating Item 2015-08-27 22:21:08 +03:00
parse_file.h
partition_element.h
partition_info.cc MDEV-8716 - Obsolete sql_calloc() in favor of THD::calloc() and thd_calloc() 2015-11-26 11:34:16 +04:00
partition_info.h MDEV-8716 - Obsolete sql_calloc() in favor of THD::calloc() and thd_calloc() 2015-11-26 11:34:16 +04:00
password.c
plistsort.c
procedure.cc
procedure.h MDEV-9215 Detect cmp_type() and result_type() from field_type() 2015-12-01 13:13:23 +04:00
protocol.cc MDEV-8718 - Obsolete sql_strmake() in favor of THD::strmake() and thd_strmake() 2015-11-26 11:34:16 +04:00
protocol.h Remove THD argment from Log_event->net_send() and Protocol::pack_info() as 2015-10-22 17:00:58 +03:00
records.cc Remove all comments starting with 'psergey' 2016-03-02 13:08:55 +03:00
records.h Fixed MDEV-8408 2015-10-23 18:49:02 +03:00
repl_failsafe.cc MDEV-6152: Remove calls to current_thd while creating Item 2015-08-27 22:21:08 +03:00
repl_failsafe.h
replication.h
rpl_constants.h MDEV-8264 encryption for binlog 2015-09-04 10:33:55 +02:00
rpl_filter.cc
rpl_filter.h
rpl_gtid.cc Merge branch 'github/10.0-galera' into 10.1 2015-12-22 10:32:33 +01:00
rpl_gtid.h Merge branch '10.0' into 10.1 2015-12-21 21:24:22 +01:00
rpl_handler.cc Merge branch '10.0' into 10.1 2015-09-03 12:58:41 +02:00
rpl_handler.h
rpl_injector.cc Merge branch '10.0' into 10.1 2015-11-19 15:52:14 +01:00
rpl_injector.h Merge branch '10.1' of github.com:MariaDB/server into 10.1 2015-07-09 14:47:32 +03:00
rpl_mi.cc Merge branch '10.0' into 10.1 2015-11-19 15:52:14 +01:00
rpl_mi.h cleanup: use enum_binlog_checksum_alg, not uint8 2015-09-04 10:33:52 +02:00
rpl_parallel.cc Merge branch '10.0' into 10.1 2015-12-21 21:24:22 +01:00
rpl_parallel.h Merge branch '10.0' into 10.1 2015-12-21 21:24:22 +01:00
rpl_record.cc table->write_set was changed if binary logging was used, which caused the 2015-11-10 13:46:56 +02:00
rpl_record.h
rpl_record_old.cc remove unneded #include's that had a dubious explanation 2015-10-24 19:58:34 +02:00
rpl_record_old.h
rpl_reporting.cc
rpl_reporting.h
rpl_rli.cc Merge branch '10.0' into 10.1 2015-12-21 21:24:22 +01:00
rpl_rli.h Merge branch '10.0' into 10.1 2015-12-21 21:24:22 +01:00
rpl_tblmap.cc
rpl_tblmap.h
rpl_utility.cc MDEV-9238 Wrap create_virtual_tmp_table() into a class, split into different steps 2015-12-04 16:38:42 +04:00
rpl_utility.h
scheduler.cc comment spelling Initailize -> Initialize 2015-12-11 15:21:42 +01:00
scheduler.h
set_var.cc MDEV-6066: Merge new defaults from 5.6 and 5.7 2015-09-04 10:33:56 +02:00
set_var.h MDEV-8466 CAST works differently for DECIMAL/INT vs DOUBLE for empty strings 2015-09-17 11:05:07 +04:00
sha2.cc
signal_handler.cc Fixed errors and bugs found by valgrind: 2015-09-01 18:42:02 +03:00
slave.cc Merge branch '10.0' into 10.1 2015-12-21 21:24:22 +01:00
slave.h MDEV-8469 Add RESET MASTER TO x to allow specification of binlog file nr 2015-07-16 10:36:58 +03:00
sp.cc refs codership/mysql-wsrep#202 Added schema info into wsrep messages 2015-10-19 01:56:04 -07:00
sp.h Merge branch '10.0' into 10.1 2015-09-03 12:58:41 +02:00
sp_cache.cc
sp_cache.h
sp_head.cc Fixing DBUG_ASSERT() introduced in e3fed3b9b4 2015-12-03 15:20:57 +04:00
sp_head.h MDEV-9215 Detect cmp_type() and result_type() from field_type() 2015-12-02 12:14:06 +04:00
sp_pcontext.cc A joint patch for: 2015-11-25 11:22:10 +04:00
sp_pcontext.h Removing sp_variable::type, as it was always set to the same value with 2015-11-26 15:04:55 +04:00
sp_rcontext.cc A joint patch for: 2015-11-25 11:22:10 +04:00
sp_rcontext.h
spatial.cc
spatial.h Moving ST_RELATE() implementation out of Item_func_precise_spatial_rel, 2015-06-26 15:42:49 +04:00
sql_acl.cc Merge remote-tracking branch 'origin/10.1' into 10.2 2015-12-29 19:37:11 +04:00
sql_acl.h
sql_admin.cc MDEV-6152: Remove calls to current_thd while creating Item 2015-08-27 22:21:08 +03:00
sql_admin.h MDEV-8450: PATCH] Wrong macro expansion in Query_cache::send_result_to_client() 2015-09-06 22:26:33 +02:00
sql_alter.cc - Renaming variables so that they don't shadow others (After this patch one can compile with -Wshadow and get much fewer warnings) 2015-07-06 20:24:14 +03:00
sql_alter.h
sql_analyse.cc MDEV-8715 - Obsolete sql_alloc() in favor of THD::alloc() and thd_alloc() 2015-11-26 11:34:17 +04:00
sql_analyse.h MDEV-8010 - Avoid sql_alloc() in Items (Patch #1) 2015-08-21 10:40:39 +04:00
sql_analyze_stmt.cc Fixed compile warnings on Solaris 2015-11-20 10:00:06 +02:00
sql_analyze_stmt.h MDEV-8981: Analyze stmt - cycles can overflow 2015-10-24 11:45:21 +11:00
sql_array.h This is the consolidated patch for mdev-8646: 2016-02-09 12:35:59 -08:00
sql_audit.cc
sql_audit.h
sql_base.cc MDEV-9634: Window function produces incorrect value 2016-02-26 02:08:45 +03:00
sql_base.h This is the consolidated patch for mdev-8646: 2016-02-09 12:35:59 -08:00
sql_binlog.cc
sql_binlog.h
sql_bitmap.h MDEV-9021: MYSQLD SEGFAULTS WHEN BUILT USING --WITH-MAX-INDEXES=128 2015-11-09 09:28:00 -05:00
sql_bootstrap.cc
sql_bootstrap.h
sql_builtin.cc.in
sql_cache.cc MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
sql_cache.h MDEV-6152: Remove calls to current_thd while creating Item 2015-09-01 18:42:02 +03:00
sql_callback.h
sql_class.cc Merge remote-tracking branch 'origin/10.1' into 10.2 2015-12-29 19:37:11 +04:00
sql_class.h This is the consolidated patch for mdev-8646: 2016-02-09 12:35:59 -08:00
sql_client.cc
sql_cmd.h small cleanup 2015-06-27 09:40:56 +02:00
sql_connect.cc Merge branch '10.0' into 10.1 2015-11-19 15:52:14 +01:00
sql_connect.h
sql_const.h Merge branch '10.0' into 10.1 2015-11-19 15:52:14 +01:00
sql_crypt.cc
sql_crypt.h
sql_cursor.cc MDEV-8718 - Obsolete sql_strmake() in favor of THD::strmake() and thd_strmake() 2015-11-26 11:34:16 +04:00
sql_cursor.h
sql_db.cc MDEV-6152: Remove calls to current_thd while creating Item 2015-08-27 22:29:11 +03:00
sql_db.h
sql_delete.cc This is the consolidated patch for mdev-8646: 2016-02-09 12:35:59 -08:00
sql_delete.h
sql_derived.cc This is the consolidated patch for mdev-8646: 2016-02-09 12:35:59 -08:00
sql_derived.h
sql_digest.cc Merge branch '10.0' into 10.1 2015-09-03 12:58:41 +02:00
sql_digest.h merge commit 02b00b154 2015-10-24 20:06:59 +02:00
sql_digest_stream.h
sql_do.cc This is the consolidated patch for mdev-8646: 2016-02-09 12:35:59 -08:00
sql_do.h
sql_error.cc Merge branch '10.0' into 10.1 2015-11-19 15:52:14 +01:00
sql_error.h Adding "const" qualifier to arguments of date2my_decimal() 2015-10-22 09:11:23 +04:00
sql_explain.cc This is the consolidated patch for mdev-8646: 2016-02-09 12:35:59 -08:00
sql_explain.h This is the consolidated patch for mdev-8646: 2016-02-09 12:35:59 -08:00
sql_expression_cache.cc Stage 2 of MDEV-6152: 2015-08-21 10:40:51 +04:00
sql_expression_cache.h MDEV-7811: EXPLAIN/ANALYZE FORMAT=JSON should show subquery cache 2015-07-01 20:03:29 +03:00
sql_get_diagnostics.cc Stage 2 of MDEV-6152: 2015-08-21 10:40:51 +04:00
sql_get_diagnostics.h
sql_handler.cc MDEV-8715 - Obsolete sql_alloc() in favor of THD::alloc() and thd_alloc() 2015-11-26 11:34:17 +04:00
sql_handler.h Merge remote-tracking branch 'mysql/5.5' into 5.5 2015-10-08 22:54:24 +02:00
sql_help.cc MDEV-6152: Remove calls to current_thd while creating Item 2015-08-27 22:21:08 +03:00
sql_help.h
sql_hset.h
sql_insert.cc This is the consolidated patch for mdev-8646: 2016-02-09 12:35:59 -08:00
sql_insert.h
sql_join_cache.cc Fix typos in JSON MRR output 2015-09-24 16:31:45 +03:00
sql_join_cache.h
sql_lex.cc Initial patch for the implementation of window functions (MDEV-6115): 2016-02-12 20:33:56 -08:00
sql_lex.h Initial patch for the implementation of window functions (MDEV-6115): 2016-02-12 20:33:56 -08:00
sql_lifo_buffer.h
sql_list.cc
sql_list.h MDEV-8715 - Obsolete sql_alloc() in favor of THD::alloc() and thd_alloc() 2015-11-26 11:34:17 +04:00
sql_load.cc This is the consolidated patch for mdev-8646: 2016-02-09 12:35:59 -08:00
sql_load.h
sql_locale.cc Fix spelling errors 2015-08-27 00:39:44 +03:00
sql_locale.h
sql_manager.cc remove unneded #include's that had a dubious explanation 2015-10-24 19:58:34 +02:00
sql_manager.h
sql_parse.cc Initial patch for the implementation of window functions (MDEV-6115): 2016-02-12 20:33:56 -08:00
sql_parse.h Changing %type of opt_place from <NONE> to <const_simple_string>. 2015-11-24 12:44:35 +04:00
sql_partition.cc MDEV-8715 - Obsolete sql_alloc() in favor of THD::alloc() and thd_alloc() 2015-11-26 11:34:17 +04:00
sql_partition.h MDEV-8715 - Obsolete sql_alloc() in favor of THD::alloc() and thd_alloc() 2015-11-26 11:34:17 +04:00
sql_partition_admin.cc Merge branch 'github/10.0-galera' into 10.1 2015-11-19 17:48:36 +01:00
sql_partition_admin.h
sql_plist.h
sql_plugin.cc Merge branch '10.0' into 10.1 2015-12-21 21:24:22 +01:00
sql_plugin.h
sql_plugin_compat.h
sql_plugin_services.ic Merge branch 'github/10.0-galera' into 10.1 2015-12-22 10:32:33 +01:00
sql_prepare.cc This is the consolidated patch for mdev-8646: 2016-02-09 12:35:59 -08:00
sql_prepare.h
sql_priv.h compiler warning 2015-07-20 19:47:46 +02:00
sql_profile.cc MDEV-8718 - Obsolete sql_strmake() in favor of THD::strmake() and thd_strmake() 2015-11-26 11:34:16 +04:00
sql_profile.h
sql_reload.cc Merge branch '10.0-galera' into 10.1 2015-12-23 10:42:55 -05:00
sql_reload.h
sql_rename.cc Merge branch '10.0' into 10.1 2015-11-19 15:52:14 +01:00
sql_rename.h
sql_repl.cc Merge branch '10.0' into 10.1 2015-12-21 21:24:22 +01:00
sql_repl.h MDEV-8469 Add RESET MASTER TO x to allow specification of binlog file nr 2015-07-16 10:36:58 +03:00
sql_select.cc MDEV-8646: Re-engineer the code for post-join operations 2016-03-15 16:03:51 +03:00
sql_select.h MDEV-8646: Re-engineer the code for post-join operations 2016-03-15 16:03:51 +03:00
sql_servers.cc MDEV-9088 Server crashes on shutdown after the second post of feedback report 2015-12-19 13:36:21 +01:00
sql_servers.h
sql_show.cc Merge remote-tracking branch 'origin/10.1' into 10.2 2015-12-29 19:37:11 +04:00
sql_show.h MDEV-8010 - Avoid sql_alloc() in Items (Patch #1) 2015-08-21 10:40:39 +04:00
sql_signal.cc MDEV-6152: Remove calls to current_thd while creating Item 2015-09-01 18:42:02 +03:00
sql_signal.h
sql_sort.h MDEV-9220 Split filesort.cc:make_sortkey() and filesort.cc::sortlength() into virtual methods in Type_handler 2016-01-12 17:03:29 +04:00
sql_state.c
sql_statistics.cc MDEV-8715 - Obsolete sql_alloc() in favor of THD::alloc() and thd_alloc() 2015-11-26 11:34:17 +04:00
sql_statistics.h
sql_string.cc MDEV-8253 EXPLAIN SELECT prints unexpected characters 2015-09-23 13:04:28 +04:00
sql_string.h MDEV-8253 EXPLAIN SELECT prints unexpected characters 2015-09-23 13:04:28 +04:00
sql_table.cc This is the consolidated patch for mdev-8646: 2016-02-09 12:35:59 -08:00
sql_table.h A joint patch for: 2015-11-25 11:22:10 +04:00
sql_tablespace.cc - Renaming variables so that they don't shadow others (After this patch one can compile with -Wshadow and get much fewer warnings) 2015-07-06 20:24:14 +03:00
sql_tablespace.h
sql_test.cc Merge branch '10.0' into 10.1 2015-09-03 12:58:41 +02:00
sql_test.h MDEV-9220 Split filesort.cc:make_sortkey() and filesort.cc::sortlength() into virtual methods in Type_handler 2016-01-12 17:03:29 +04:00
sql_time.cc Merge branch '10.0' into 10.1 2015-12-21 21:24:22 +01:00
sql_time.h MDEV-8766 Wrong result for SELECT..WHERE LENGTH(time_column)=8 AND time_column=TIMESTAMP'2001-01-01 10:20:31' 2015-09-08 16:02:29 +04:00
sql_trigger.cc MDEV-8605 MariaDB not use DEFAULT value even when inserted NULL for NOT NULLABLE column 2015-12-21 21:30:54 +01:00
sql_trigger.h MDEV-8605 MariaDB not use DEFAULT value even when inserted NULL for NOT NULLABLE column 2015-12-21 21:30:54 +01:00
sql_truncate.cc
sql_truncate.h
sql_type.cc MDEV-9238 Wrap create_virtual_tmp_table() into a class, split into different steps 2015-12-04 16:38:42 +04:00
sql_type.h MDEV-9220 Split filesort.cc:make_sortkey() and filesort.cc::sortlength() into virtual methods in Type_handler 2016-01-12 17:03:29 +04:00
sql_udf.cc Merge branch '10.0' into 10.1 2015-12-21 21:24:22 +01:00
sql_udf.h Merge branch '10.0' into 10.1 2015-12-21 21:24:22 +01:00
sql_union.cc This is the consolidated patch for mdev-8646: 2016-02-09 12:35:59 -08:00
sql_union.h
sql_update.cc This is the consolidated patch for mdev-8646: 2016-02-09 12:35:59 -08:00
sql_update.h MDEV-8701 Crash on derived query 2015-11-06 17:56:56 +01:00
sql_view.cc MDEV-8718 - Obsolete sql_strmake() in favor of THD::strmake() and thd_strmake() 2015-11-26 11:34:16 +04:00
sql_view.h MDEV-8718 - Obsolete sql_strmake() in favor of THD::strmake() and thd_strmake() 2015-11-26 11:34:16 +04:00
sql_window.cc Remove no longer needed TODO. 2016-03-16 01:14:43 +02:00
sql_window.h Fixed a problems in the parser. 2016-02-19 23:20:09 -08:00
sql_yacc.yy Fixed a problems in the parser. 2016-02-19 23:20:09 -08:00
strfunc.cc
strfunc.h
structs.h MDEV-9170 Get rid of LEX::length and LEX::dec 2015-11-23 18:55:01 +04:00
sys_vars.cc Merge remote-tracking branch 'origin/10.1' into 10.2 2015-12-29 19:37:11 +04:00
sys_vars.ic MDEV-6066: Merge new defaults from 5.6 and 5.7 2015-09-04 10:33:56 +02:00
sys_vars_shared.h
table.cc This is the consolidated patch for mdev-8646: 2016-02-09 12:35:59 -08:00
table.h This is the consolidated patch for mdev-8646: 2016-02-09 12:35:59 -08:00
table_cache.cc
table_cache.h - Renaming variables so that they don't shadow others (After this patch one can compile with -Wshadow and get much fewer warnings) 2015-07-06 20:24:14 +03:00
thr_malloc.cc MDEV-8715 - Obsolete sql_alloc() in favor of THD::alloc() and thd_alloc() 2015-11-26 11:34:17 +04:00
thr_malloc.h MDEV-8715 - Obsolete sql_alloc() in favor of THD::alloc() and thd_alloc() 2015-11-26 11:34:17 +04:00
threadpool.h Merge branch '10.0' into 10.1 2015-12-21 21:24:22 +01:00
threadpool_common.cc Merge remote-tracking branch 'origin/10.1' into 10.2 2015-12-29 19:37:11 +04:00
threadpool_unix.cc MDEV-9156 : Fix tp_add_connection()'s error handling 2015-12-04 18:16:04 +01:00
threadpool_win.cc MDEV-9156 : Fix tp_add_connection()'s error handling 2015-12-04 18:16:04 +01:00
transaction.cc - Renaming variables so that they don't shadow others (After this patch one can compile with -Wshadow and get much fewer warnings) 2015-07-06 20:24:14 +03:00
transaction.h
tzfile.h
tztime.cc MDEV-9088 Server crashes on shutdown after the second post of feedback report 2015-12-19 13:36:21 +01:00
tztime.h
udf_example.c
udf_example.def
uniques.cc
unireg.cc MDEV-8715 - Obsolete sql_alloc() in favor of THD::alloc() and thd_alloc() 2015-11-26 11:34:17 +04:00
unireg.h Merge branch '10.0' into 10.1 2015-10-12 00:37:58 +02:00
winservice.c
winservice.h
wsrep_applier.cc Merge branch '10.0-galera' into 10.1 2015-07-14 16:05:29 -04:00
wsrep_applier.h Merge branch '10.0-galera' into 10.1 2015-07-14 16:05:29 -04:00
wsrep_binlog.cc cleanup: Log_event::write() and MYSQL_BIN_LOG::write_cache() 2015-09-04 10:33:55 +02:00
wsrep_binlog.h
wsrep_check_opts.cc
wsrep_dummy.cc Merge branch 'github/10.0-galera' into 10.1 2015-12-22 10:32:33 +01:00
wsrep_hton.cc Merge branch 'github/10.0-galera' into 10.1 2015-11-19 17:48:36 +01:00
wsrep_mysqld.cc Merge branch 'github/10.0-galera' into 10.1 2015-12-22 10:32:33 +01:00
wsrep_mysqld.h Merge branch 'github/10.0-galera' into 10.1 2015-12-22 10:32:33 +01:00
wsrep_notify.cc Refs codership/mysql-wsrep#141: this commit 2015-09-09 17:02:26 -04:00
wsrep_priv.h Merge branch '10.0-galera' into 10.1 2015-07-14 16:05:29 -04:00
wsrep_sst.cc Merge branch 'github/10.0-galera' into 10.1 2015-11-19 17:48:36 +01:00
wsrep_sst.h
wsrep_thd.cc Merge branch 'github/10.0-galera' into 10.1 2015-11-19 17:48:36 +01:00
wsrep_thd.h
wsrep_utils.cc Merge branch 'github/10.0-galera' into 10.1 2015-11-19 17:48:36 +01:00
wsrep_utils.h Merge branch 'github/10.0-galera' into 10.1 2015-11-19 17:48:36 +01:00
wsrep_var.cc Merge branch 'github/10.0-galera' into 10.1 2015-11-19 17:48:36 +01:00
wsrep_var.h
wsrep_xid.cc Merge branch '10.0-galera' into 10.1 2015-07-14 16:05:29 -04:00
wsrep_xid.h compilation failures on Windows 2015-07-23 10:55:24 +02:00