1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

From MySQL:

After merge fixes.
This commit is contained in:
osku
2006-04-24 11:33:00 +00:00
parent 032df406cb
commit 19ea5ccd7f
2 changed files with 0 additions and 133 deletions

View File

@@ -316,9 +316,6 @@ int innobase_rollback_by_xid(
XID *xid); /* in : X/Open XA Transaction Identification */
int innobase_repl_report_sent_binlog(THD *thd, char *log_file_name,
my_off_t end_offset);
/***********************************************************************
Create a consistent view for a cursor based on current transaction
which is created if the corresponding MySQL thread still lacks one.