mysql ndb cluster "information_schema.tables" query
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
精彩评论