开发者

mysql ndb cluster "information_schema.tables" query

开发者 https://www.devze.com 2022-12-10 06:09 出处:网络
I am using Mysql NDB Cluster, in my information_schema.Tables tbl I have null entries in the column called Create_Time and Update_Time.

I am using Mysql NDB Cluster, in my information_schema.Tables tbl I have null entries in the column called Create_Time and Update_Time.

Does anyone have any known solution for this.

As on m开发者_JAVA技巧y normal innodb databases the Create_Time and Update_Time is there properly.


I also ran across this behavior and can't find an official solution. I am treating that null date field as DateTime.MinValue in my code.

Thanks -Blake Niemyjski

0

精彩评论

暂无评论...
验证码 换一张
取 消