550 Commits (55de9b0468c65b7277b7ca6978f4e01c01af1206)

Author SHA1 Message Date
Alexander Barkov a33bb00144 MDEV-4842 STR_TO_DATE does not work with UCS2/UTF16/UTF32 12 years ago
unknown ec7da1561e MDEV-5039: incorrect Item_func_regex::update_used_tables() 12 years ago
Alexander Barkov 5d7b97b89e MDEV-4843 Wrong data type for TIMESTAMP('2001-01-01','10:10:10') 12 years ago
Alexander Barkov cf9cc19e91 MDEV-4724 Some temporal functions do not preserve microseconds 12 years ago
Alexander Barkov 499ddea576 MDEV-4724 Some temporal functions do not preserve microseconds 12 years ago
Alexander Barkov 9adb6e991e MDEV-4841 Wrong character set of ADDTIME() and DATE_ADD() 12 years ago
Sergei Golubchik a91a23858d cleanup 12 years ago
Alexander Barkov e9db0da787 MDEV-4653 Wrong result for CONVERT_TZ(TIME('00:00:00'),'+00:00','+7:5') 12 years ago
Sergei Golubchik 4d57bfdd48 temporal-related changes. don't apply sql_mode flags on the lower level (str_to_datetime), 12 years ago
Sergei Golubchik d641028ff5 fix func_time.test - WEEK(), WEEKDAY(), WEEKOFYEAR() must require TIME_NO_ZERO_IN_DATE 12 years ago
Alexander Barkov d98584f56a Adding support for the SQL-standard temporal literals. 12 years ago
Alexander Barkov 5b0774ee1c Adding support for MySQL-5.6 temporal column types: 12 years ago
Michael Widenius a9d1d76e5e Fixed issues with partitions and create temporary table SELECT ... 12 years ago
Sergei Golubchik 78cc6db44a MDEV-4667 DATE('string') incompability between mysql and mariadb 12 years ago
Michael Widenius 82a0b8ae30 strict.test now works. 12 years ago
Alexander Barkov 0e44faf27f MDEV-4634 Crash in CONVERT_TZ 12 years ago
Alexander Barkov 4085836acf MDEV-4635 Crash in UNIX_TIMESTAMP(STR_TO_DATE('2020','%Y')) 13 years ago
Michael Widenius 5f1f2fc0e4 Applied all changes from Igor and Sanja 13 years ago
Sergei Golubchik 4ec6fe10e5 remove ULL() and LL(), because they're totally unnecessary 13 years ago
Michael Widenius 068c61978e Temporary commit of 10.0-merge 13 years ago
Sergei Golubchik 1be4295617 MDEV-4293 Valgrind warnings (Conditional jump or move depends on uninitialised value) in remove_eq_conds on time functions with NULL argument 13 years ago
Sergei Golubchik b0ee31c894 MDEV-3942 FROM_DAYS(<timestamp column>) returns different result in MariaDB comparing to MySQL: NULL vs 0000-00-00 13 years ago
unknown 6f26aac940 MDEV-3873 & MDEV-3876 & MDEV-3912 : Wrong result (extra rows) with ALL subquery 13 years ago
Sergei Golubchik 3444e8e925 MDEV-454 Addition of a time interval reduces the resulting value 13 years ago
Sergei Golubchik a44331ab34 MDEV-456 An out-of-range datetime value (with a 5-digit year) can be created and cause troubles 13 years ago
Tor Didriksen a73d2ae02c Bug#13986705 CRASH IN GET_INTERVAL_VALUE() WITH DATE CALCULATION WITH UTF32 INTERVALS 14 years ago
Tor Didriksen 13053fbe54 Bug#13721076 CRASH WITH TIME TYPE/TIMESTAMP() AND WARNINGS IN SUBQUERY 14 years ago
Sergei Golubchik c9fc9f7317 lp:923429 Crash in decimal_cmp on using UNIX_TIMESTAMP with a wrongly formatted timestamp 14 years ago
Alexander Barkov f8e924b467 BUG#13458237 - INCONSISTENT HANDLING OF INVALIDE DATES WITH ZERO DAY. SIMILAR TO '2009-10-00' 14 years ago
Sergei Golubchik 90b43902b0 compilation warnings on Windows 14 years ago
unknown 255c04aed8 Compiler warning about assigned but not used variables fixed. 14 years ago
Sergei Golubchik 829b1747f9 make sure that cast(... as date) returns a valid date, as specified by the caller. 14 years ago
Sergei Golubchik 11ebbabb08 sec_to_time() in the integer context was losing the sign of the result 14 years ago
Sergey Glukhov 3050742dd9 Bug#12584302 AFTER FIX FOR #12403504: ASSERTION FAILED: DELSUM+(INT) Y/4-TEMP > 0, 14 years ago
Sergei Golubchik b4a0b2c2f8 post-merge fixes. 15 years ago
Kent Boortz 44135d4725 Updated/added copyright headers 15 years ago
Sergei Golubchik c3f665dc66 bugfixes: 15 years ago
Sergei Golubchik 4d128777dd revert a suggested "optimization" that introduced a bug 15 years ago
Vladislav Vaintroub b519f2b626 Fix compile errors and warnings and test errors introduced by microseconds push. 15 years ago
Sergei Golubchik 306ed65302 unix_timestamp() and from_unixtime() supports microseconds. 15 years ago
Sergei Golubchik f06cac336b post review changes 2 15 years ago
Sergei Golubchik 8ddcd0cda8 post-review changes 1 15 years ago
Sergey Glukhov 3201f92cb3 Bug#12403504 AFTER FIX FOR #11889186 : ASSERTION FAILED: DELSUM+(INT) Y/4-TEMP > 0 15 years ago
Michael Widenius 5ab92b1f85 Adding support for Dynamic columns (WL#34): 15 years ago
Tor Didriksen ae154449f1 Bug#12340997 - DATE_ADD/DATE_SUB WITH INTERVAL CRASHES IN GET_INTERVAL_VALUE() 15 years ago
Sergey Glukhov a60c39a2ff Bug#11889186 60503: CRASH IN MAKE_DATE_TIME WITH DATE_FORMAT / STR_TO_DATE COMBINATION 15 years ago
Sergey Glukhov d6125b27b3 Bug#11765216 58154: UNINITIALIZED VARIABLE FORMAT IN STR_TO_DATE FUNCTION 15 years ago
Sergey Glukhov d499851be0 Bug#11766112 59151:UNINITIALIZED VALUES IN EXTRACT_DATE_TIME WITH STR_TO_DATE(SPACE(..) ... 15 years ago
Sergei Golubchik e016a2f5f0 lp:705210 Compiling with BUILD/compile-pentium64-debug fails 15 years ago
Vladislav Vaintroub 8250ceced6 Fix compilation on Windows: 15 years ago