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
Reordered a couple params.
This commit is contained in:
@ -181,7 +181,7 @@ int SMComm::truncate(const string &filename, const off64_t length)
|
|||||||
ByteStream *response = buffers.getByteStream();
|
ByteStream *response = buffers.getByteStream();
|
||||||
int err;
|
int err;
|
||||||
|
|
||||||
*command << (uint8_t) storagemanager::TRUNCATE << filename << length;
|
*command << (uint8_t) storagemanager::TRUNCATE << length << filename;
|
||||||
err = sockets.send_recv(*command, response);
|
err = sockets.send_recv(*command, response);
|
||||||
if (err)
|
if (err)
|
||||||
common_exit(command, response, err);
|
common_exit(command, response, err);
|
||||||
|
Reference in New Issue
Block a user