mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
Merge mysql.com:/home/svoj/devel/mysql/BUG27141/mysql-5.0-engines
into mysql.com:/home/svoj/devel/mysql/BUG27141/mysql-5.1-engines
This commit is contained in:
@@ -88,6 +88,7 @@ my_off_t my_tell(File fd, myf MyFlags __attribute__((unused)))
|
|||||||
os_off_t pos;
|
os_off_t pos;
|
||||||
DBUG_ENTER("my_tell");
|
DBUG_ENTER("my_tell");
|
||||||
DBUG_PRINT("my",("Fd: %d MyFlags: %d",fd, MyFlags));
|
DBUG_PRINT("my",("Fd: %d MyFlags: %d",fd, MyFlags));
|
||||||
|
DBUG_ASSERT(fd >= 0);
|
||||||
#ifdef HAVE_TELL
|
#ifdef HAVE_TELL
|
||||||
pos=tell(fd);
|
pos=tell(fd);
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user