mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 19:11:46 +01:00
f197991f41
A lot of small fixes and new test cases. client/mysqlbinlog.cc: Cast removed client/mysqltest.cc: Added missing DBUG_RETURN include/my_pthread.h: set_timespec_time_nsec() now only takes one argument mysql-test/t/date_formats.test: Remove --disable_ps_protocl as now also ps supports microseconds mysys/my_uuid.c: Changed to use my_interval_timer() instead of my_getsystime() mysys/waiting_threads.c: Changed to use my_hrtime() sql/field.h: Added bool special_const_compare() for fields that may convert values before compare (like year) sql/field_conv.cc: Added test to get optimal copying of identical temporal values. sql/item.cc: Return that item_int is equal if it's positive, even if unsigned flag is different. Fixed Item_cache_str::save_in_field() to have identical null check as other similar functions Added proper NULL check to Item_cache_int::save_in_field() sql/item_cmpfunc.cc: Don't call convert_constant_item() if there is nothing that is worth converting. Simplified test when years should be converted sql/item_sum.cc: Mark cache values in Item_sum_hybrid as not constants to ensure they are not replaced by other cache values in compare_datetime() sql/item_timefunc.cc: Changed sec_to_time() to take a my_decimal argument to ensure we don't loose any sub seconds. Added Item_temporal_func::get_time() (This simplifies some things) sql/mysql_priv.h: Added Lazy_string_decimal() sql/mysqld.cc: Added my_decimal constants max_seconds_for_time_type, time_second_part_factor sql/table.cc: Changed expr_arena to be of type CONVENTIONAL_EXECUTION to ensure that we don't loose any items that are created by fix_fields() sql/tztime.cc: TIME_to_gmt_sec() now sets *in_dst_time_gap in case of errors This is needed to be able to detect if timestamp is 0 storage/maria/lockman.c: Changed from my_getsystime() to set_timespec_time_nsec() storage/maria/ma_loghandler.c: Changed from my_getsystime() to my_hrtime() storage/maria/ma_recovery.c: Changed from my_getsystime() to mmicrosecond_interval_timer() storage/maria/unittest/trnman-t.c: Changed from my_getsystime() to mmicrosecond_interval_timer() storage/xtradb/handler/ha_innodb.cc: Added support for new time,datetime and timestamp unittest/mysys/thr_template.c: my_getsystime() -> my_interval_timer() unittest/mysys/waiting_threads-t.c: my_getsystime() -> my_interval_timer() |
||
---|---|---|
.. | ||
binlog_base64_flag.test | ||
binlog_bug23533.test | ||
binlog_bug36391-master.opt | ||
binlog_bug36391.test | ||
binlog_checksum.test | ||
binlog_database.test | ||
binlog_delete_and_flush_index-master.opt | ||
binlog_delete_and_flush_index.test | ||
binlog_drop_if_exists.test | ||
binlog_grant.test | ||
binlog_incident-master.opt | ||
binlog_incident.test | ||
binlog_index-master.opt | ||
binlog_index-master.opt.moved | ||
binlog_index.test | ||
binlog_innodb.test | ||
binlog_innodb_row.test | ||
binlog_ioerr.test | ||
binlog_killed.test | ||
binlog_killed_simulate-master.opt | ||
binlog_killed_simulate.test | ||
binlog_mix_innodb_stat.test | ||
binlog_mixed_failure_mixing_engines.test | ||
binlog_mixed_load_data.test | ||
binlog_multi_engine.test | ||
binlog_old_versions.test | ||
binlog_query_filter_rules-master.opt | ||
binlog_query_filter_rules.test | ||
binlog_row_annotate-master.opt | ||
binlog_row_annotate.test | ||
binlog_row_binlog-master.opt | ||
binlog_row_binlog.test | ||
binlog_row_ctype_cp932.test | ||
binlog_row_ctype_ucs.test | ||
binlog_row_drop_tmp_tbl.test | ||
binlog_row_failure_mixing_engines.test | ||
binlog_row_innodb_stat-master.opt | ||
binlog_row_innodb_stat.test | ||
binlog_row_insert_select.test | ||
binlog_row_mix_innodb_myisam-master.opt | ||
binlog_row_mix_innodb_myisam.test | ||
binlog_row_mysqlbinlog_db_filter.test | ||
binlog_row_mysqlbinlog_options-master.opt | ||
binlog_row_mysqlbinlog_options.test | ||
binlog_row_mysqlbinlog_verbose.test | ||
binlog_server_id.test | ||
binlog_sf.test | ||
binlog_sql_mode.test | ||
binlog_start_comment.test | ||
binlog_statement_insert_delayed.test | ||
binlog_stm_binlog-master.opt | ||
binlog_stm_binlog.test | ||
binlog_stm_blackhole.test | ||
binlog_stm_ctype_cp932.test | ||
binlog_stm_ctype_ucs.test | ||
binlog_stm_do_db-master.opt | ||
binlog_stm_do_db.test | ||
binlog_stm_drop_tmp_tbl.test | ||
binlog_stm_innodb_stat-master.opt | ||
binlog_stm_innodb_stat.test | ||
binlog_stm_insert_select.test | ||
binlog_stm_mix_innodb_myisam-master.opt | ||
binlog_stm_mix_innodb_myisam.test | ||
binlog_stm_ps.test | ||
binlog_stm_row.test | ||
binlog_stm_unsafe_warning-master.opt | ||
binlog_stm_unsafe_warning.test | ||
binlog_tmp_table.test | ||
binlog_truncate_innodb-master.opt | ||
binlog_truncate_innodb.test | ||
binlog_truncate_myisam.test | ||
binlog_unsafe.test | ||
binlog_write_error.test | ||
disabled.def |