1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-06 19:08:06 +03:00
Files
mariadb/storage/pbxt/mysql-test/main/r/func_time.rdiff
2012-02-29 21:55:04 +01:00

12 lines
452 B
Plaintext

--- r/func_time.result 2012-01-09 16:13:21.000000000 +0100
+++ r/func_time.reject 2012-02-10 15:32:23.000000000 +0100
@@ -958,7 +958,7 @@
`curtime() - curtime()` decimal(11,0) NOT NULL DEFAULT '0',
`sec_to_time(1) + 0` decimal(11,0) DEFAULT NULL,
`from_unixtime(1) + 0` decimal(20,0) DEFAULT NULL
-) ENGINE=MyISAM DEFAULT CHARSET=latin1
+) ENGINE=PBXT DEFAULT CHARSET=latin1
drop table t1;
SELECT SEC_TO_TIME(3300000);
SEC_TO_TIME(3300000)