Try to fix build with clang6.

This commit is contained in:
Alex Dupre 2018-05-14 13:52:34 +00:00
parent f972656386
commit a36ab02ffa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=469888

View File

@ -0,0 +1,11 @@
--- sql/sql_partition.cc.orig 2018-05-14 15:35:48.089983000 +0200
+++ sql/sql_partition.cc 2018-05-14 15:36:03.185749000 +0200
@@ -283,7 +283,7 @@
}
}
part_info->set_up_defaults_for_partitioning(table->file,
- (ulonglong)0, (uint)0);
+ NULL, 0U);
DBUG_RETURN(FALSE);
}