1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Portability fix when using -DBIG_TABLES

This commit is contained in:
monty@mashka.mysql.fi
2002-11-14 12:21:36 +02:00
parent 12c11c34b8
commit 7a70332836
16 changed files with 35 additions and 31 deletions

View File

@@ -940,7 +940,7 @@ int show_binlog_events(THD* thd)
if (mysql_bin_log.is_open())
{
LEX_MASTER_INFO *lex_mi = &thd->lex.mi;
uint event_count, limit_start, limit_end;
ha_rows event_count, limit_start, limit_end;
my_off_t pos = lex_mi->pos;
char search_file_name[FN_REFLEN], *name;
const char *log_file_name = lex_mi->log_file_name;