mirror of
https://github.com/MariaDB/server.git
synced 2026-04-25 01:35:31 +02:00
Merge hynda.mysql.fi:/home/my/mysql-5.1-main
into hynda.mysql.fi:/home/my/mysql-5.1-marvel mysql-test/mysql-test-run.pl: Auto merged sql/field.cc: Auto merged sql/handler.cc: Auto merged sql/item_func.cc: Auto merged sql/log.cc: Auto merged sql/log_event_old.cc: Auto merged sql/mysql_priv.h: Auto merged sql/mysqld.cc: Auto merged sql/sp_head.cc: Auto merged sql/sql_class.cc: Auto merged sql/sql_class.h: Auto merged sql/sql_handler.cc: Auto merged sql/sql_insert.cc: Auto merged sql/sql_select.cc: Auto merged sql/sql_string.cc: Auto merged sql/sql_table.cc: Auto merged mysql-test/r/status.result: Manual merge with main 5.0 tree. mysql-test/t/status.test: Manual merge with main 5.0 tree. sql/log_event.cc: Manual merge with main 5.0 tree. sql/log_event.h: Manual merge with main 5.0 tree.
This commit is contained in:
commit
b8381eb964
139 changed files with 1260 additions and 971 deletions
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
#if !defined(MYSQL_CLIENT) && defined(HAVE_REPLICATION)
|
||||
int
|
||||
Write_rows_log_event_old::do_prepare_row(THD *thd,
|
||||
Write_rows_log_event_old::do_prepare_row(THD *thd_arg,
|
||||
Relay_log_info const *rli,
|
||||
TABLE *table,
|
||||
uchar const *row_start,
|
||||
|
|
@ -25,7 +25,7 @@ Write_rows_log_event_old::do_prepare_row(THD *thd,
|
|||
|
||||
|
||||
int
|
||||
Delete_rows_log_event_old::do_prepare_row(THD *thd,
|
||||
Delete_rows_log_event_old::do_prepare_row(THD *thd_arg,
|
||||
Relay_log_info const *rli,
|
||||
TABLE *table,
|
||||
uchar const *row_start,
|
||||
|
|
@ -58,7 +58,7 @@ Delete_rows_log_event_old::do_prepare_row(THD *thd,
|
|||
}
|
||||
|
||||
|
||||
int Update_rows_log_event_old::do_prepare_row(THD *thd,
|
||||
int Update_rows_log_event_old::do_prepare_row(THD *thd_arg,
|
||||
Relay_log_info const *rli,
|
||||
TABLE *table,
|
||||
uchar const *row_start,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue