mirror of
https://github.com/MariaDB/server.git
synced 2025-02-24 06:13:09 +01:00
![]() 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() |
||
---|---|---|
.. | ||
innodb-autoinc-44030.result | ||
innodb-autoinc-optimize.result | ||
innodb-autoinc.result | ||
innodb-lock.result | ||
innodb-replace.result | ||
innodb-semi-consistent.result | ||
innodb-ucs2.result | ||
innodb-use-sys-malloc.result | ||
innodb.result | ||
innodb_autoinc_lock_mode_zero.result | ||
innodb_bug21704.result | ||
innodb_bug30423.result | ||
innodb_bug30919.result | ||
innodb_bug34053.result | ||
innodb_bug35220.result | ||
innodb_bug38231.result | ||
innodb_bug39438.result | ||
innodb_bug40565.result | ||
innodb_bug42101-nonzero.result | ||
innodb_bug42101.result | ||
innodb_bug42419.result | ||
innodb_bug44369.result | ||
innodb_bug45357.result | ||
innodb_bug46000.result | ||
innodb_bug47621.result | ||
innodb_bug47777.result | ||
innodb_bug48024.result | ||
innodb_bug49164.result | ||
innodb_bug51920.result | ||
innodb_bug52663.result | ||
innodb_bug53674.result | ||
innodb_bug53756.result | ||
innodb_bug54044.result | ||
innodb_bug56143.result | ||
innodb_bug56680.result | ||
innodb_bug56716.result | ||
innodb_bug57252.result | ||
innodb_bug57255.result | ||
innodb_bug60049.result | ||
innodb_gis.result | ||
innodb_lock_wait_timeout_1.result | ||
innodb_misc1.result | ||
innodb_multi_update.result | ||
innodb_mysql.result | ||
innodb_mysql_rbk.result | ||
innodb_notembedded.result | ||
innodb_timeout_rollback.result | ||
innodb_trx_weight.result |