mariadb/scripts
Michael Widenius f197991f41 Merge with 5.1-microseconds
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()
2011-05-28 05:11:32 +03:00
..
.cvsignore
CMakeLists.txt MWL#55 : cherrypick MySQL 5.5 CMake/build improvements in order 2011-01-29 18:51:12 +01:00
comp_sql.c fix warning 2011-03-11 16:06:35 +01:00
convert-debug-for-diff.sh Trivial fixes, more safe DBUG_ASSERT()'s and some more DBUG_ 2010-08-23 12:52:57 +03:00
fill_help_tables.sql Merge with MySQL 5.1.55 2011-02-20 18:51:43 +02:00
make_binary_distribution.sh Merge 2010-12-29 00:47:05 +01:00
make_sharedlib_distribution.sh my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
make_win_bin_dist Merge 2010-12-29 00:47:05 +01:00
Makefile.am Merge with MySQL 5.1.50 2010-08-27 17:12:44 +03:00
msql2mysql.sh gen_lex_hash.cc: 2007-01-31 00:06:42 +01:00
mysql_config.pl.in We are now using Valgrind rather than purify, and have for quite some time. 2009-05-06 14:03:24 +02:00
mysql_config.sh We are now using Valgrind rather than purify, and have for quite some time. 2009-05-06 14:03:24 +02:00
mysql_convert_table_format.sh Don't do DBUG_ASSERT for checksum errors when using REPAIR 2011-01-07 17:58:12 +02:00
mysql_find_rows.sh Use /usr/bin/perl as standard Perl install path (bug#44643) 2009-05-09 23:43:48 +02:00
mysql_fix_extensions.sh - Added/updated copyright headers 2010-12-28 19:57:23 +01:00
mysql_fix_privilege_tables.sh Ensure that all clients reads the appropriate 'client', client-mariadb and 'mariadb' sections from my.cnf 2011-03-18 17:03:43 +02:00
mysql_install_db.pl.in Merge with base 5.2 2011-03-23 19:22:38 +02:00
mysql_install_db.sh merge 2011-03-26 00:15:33 +01:00
mysql_secure_installation.pl.in Bug #54004 : mysql_secure_installation identifies "local host" incorrectly 2010-07-14 13:53:49 +03:00
mysql_secure_installation.sh Ensure that all clients reads the appropriate 'client', client-mariadb and 'mariadb' sections from my.cnf 2011-03-18 17:03:43 +02:00
mysql_setpermission.sh Merge 2010-12-29 00:47:05 +01:00
mysql_system_tables.sql Merge with 5.1-microseconds 2011-05-28 05:11:32 +03:00
mysql_system_tables_data.sql Merge 2010-12-29 00:47:05 +01:00
mysql_system_tables_fix.sql Merge with 5.1-microseconds 2011-05-28 05:11:32 +03:00
mysql_test_data_timezone.sql - Added/updated copyright headers 2010-12-28 19:57:23 +01:00
mysql_zap.sh Merge up 5.0-build into 5.1-build: 2009-05-29 15:40:55 +02:00
mysqlaccess.conf
mysqlaccess.sh - Added/updated copyright headers 2010-12-28 19:57:23 +01:00
mysqlbug.sh Fix test suite so that it works when doing configure --without-uca 2009-12-27 15:54:41 +02:00
mysqld_multi.sh Ensure that all clients reads the appropriate 'client', client-mariadb and 'mariadb' sections from my.cnf 2011-03-18 17:03:43 +02:00
mysqld_safe.sh Added --log-basename to mysqld to allow one to set the prefix for all logs with one command 2011-03-23 17:59:41 +02:00
mysqldumpslow.sh Ensure that all clients reads the appropriate 'client', client-mariadb and 'mariadb' sections from my.cnf 2011-03-18 17:03:43 +02:00
mysqlhotcopy.sh wl#173 - temporal types with sub-second resolution 2011-03-01 13:24:36 +01:00