[odb-users] another test from odb-tests-2.1.1 fails with mariadb-5.5.28a

Hugo.Mildenberger at web.de Hugo.Mildenberger at web.de
Thu Jan 31 04:56:54 EST 2013


I believe this database content is related to the boost/mysql/date-time test:

$ mysql -u test --database test;
Server version: 5.5.28a-MariaDB-log Source distribution

MariaDB [test]> select * from boost_mysql_dt_object_dates;
+-----------+-------+------------+
| object_id | index | value      |
+-----------+-------+------------+
|         1 |     0 | 2013-01-31 |
|         1 |     1 | NULL       |
|         1 |     2 | 9999-12-31 |
|         1 |     3 | 1400-01-01 |
+-----------+-------+------------+
4 rows in set (0.00 sec)

MariaDB [test]> select * from boost_mysql_dt_object_durations;
+-----------+-------+----------+
| object_id | index | value    |
+-----------+-------+----------+
|         1 |     0 | 00:00:00 |
|         1 |     1 | 00:00:00 |
|         1 |     2 | NULL     |
+-----------+-------+----------+
3 rows in set (0.00 sec)


MariaDB [test]> select * from boost_mysql_dt_object_times;
+-----------+-------+---------------------+
| object_id | index | value               |
+-----------+-------+---------------------+
|         1 |     0 | 0000-00-00 00:00:00 |
|         1 |     1 | NULL                |
|         1 |     2 | 0000-00-00 00:00:00 |
|         1 |     3 | 0000-00-00 00:00:00 |
+-----------+-------+---------------------+
4 rows in set (0.00 sec)


MariaDB [test]> select * from boost_mysql_dt_object_timestamps;
+-----------+-------+---------------------+
| object_id | index | value               |
+-----------+-------+---------------------+
|         1 |     0 | 0000-00-00 00:00:00 |
|         1 |     1 | NULL                |
+-----------+-------+---------------------+
2 rows in set (0.00 sec)





More information about the odb-users mailing list