Try to fix build with clang6.
This commit is contained in:
parent
f972656386
commit
a36ab02ffa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=469888
11
databases/mysql55-server/files/patch-sql_sql_partition.cc
Normal file
11
databases/mysql55-server/files/patch-sql_sql_partition.cc
Normal 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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user