mysql ndb 集群“information_schema.tables”询问
我正在使用 Mysql NDB Cluster,在我的 information_schema.Tables tbl 中,名为 Create_Time 和 Update_Time 的列中有空条目。
有谁对此有任何已知的解决方案。
与我的普通 innodb 数据库一样,Create_Time 和 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 my normal innodb databases the Create_Time and Update_Time is there properly.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我也遇到过这种情况,找不到官方解决方案。我在代码中将该空日期字段视为 DateTime.MinValue 。
谢谢
——布莱克·尼米斯基
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