mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 10:15:29 +02:00
Portability fix when using -DBIG_TABLES
BitKeeper/etc/config: Changed Sasha to sys client/mysqlbinlog.cc: Fixed that --position open works. sql/item_timefunc.cc: Portability fix sql/log_event.cc: Portability fix sql/set_var.cc: Portability fix
This commit is contained in:
parent
869dc1a1e7
commit
3648eb7da8
16 changed files with 35 additions and 31 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue