1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

Merge pull request #820 from mariadb-corporation/MCOL-3424

MCOL-3424 Fix handler API breakage for write_row()
This commit is contained in:
Roman Nozdrin
2019-08-14 16:46:20 +03:00
committed by GitHub
5 changed files with 20 additions and 18 deletions

View File

@ -304,7 +304,7 @@ int ha_calpont::close(void)
sql_insert.cc, sql_select.cc, sql_table.cc, sql_udf.cc and sql_update.cc
*/
int ha_calpont::write_row(uchar* buf)
int ha_calpont::write_row(const uchar* buf)
{
DBUG_ENTER("ha_calpont::write_row");
int rc = ha_calpont_impl_write_row(buf, table);