mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
Manual merge of 5.1.5 build changes into the general tree.
This commit is contained in:
commit
728c67466d
2 changed files with 2 additions and 2 deletions
|
@ -6171,7 +6171,7 @@ char const *Write_rows_log_event::do_prepare_row(THD *thd, TABLE *table,
|
|||
*/
|
||||
DBUG_ASSERT(table->s->fields >= m_width);
|
||||
DBUG_ASSERT(ptr);
|
||||
ptr= unpack_row(table, table->record[0], ptr, &m_cols);
|
||||
ptr= unpack_row(table, (char*)table->record[0], ptr, &m_cols);
|
||||
return ptr;
|
||||
}
|
||||
|
||||
|
|
|
@ -1784,7 +1784,7 @@ public:
|
|||
/* Special constants representing sets of flags */
|
||||
enum
|
||||
{
|
||||
NO_FLAGS = 0U
|
||||
RLE_NO_FLAGS = 0U
|
||||
};
|
||||
|
||||
virtual ~Rows_log_event();
|
||||
|
|
Loading…
Reference in a new issue