You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
Updated with latest InfiniDB Develop (4.6.6)
This commit is contained in:
@ -708,7 +708,7 @@ int ha_calpont_impl_write_batch_row_(uchar *buf, TABLE* table, cal_impl_if::cal_
|
||||
if (colpos == ci.columnTypes.size())
|
||||
break;
|
||||
|
||||
if (headerByte >= ci.headerLength)
|
||||
if (ci.headerLength > 0 && headerByte >= ci.headerLength)
|
||||
{
|
||||
// We've used more null bits than allowed. Something is seriously wrong.
|
||||
std::string errormsg = "Null bit header is wrong size";
|
||||
|
@ -78,6 +78,7 @@ plugin_dir = /usr/local/Calpont/mysql/lib/mysql/plugin
|
||||
# Replication Master Server (default)
|
||||
# binary logging is required for replication
|
||||
# log-bin=mysql-bin
|
||||
# binlog_format=ROW
|
||||
|
||||
# required unique id between 1 and 2^32 - 1
|
||||
# defaults to 1 if master-host
|
||||
|
Reference in New Issue
Block a user