1
0
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:
svoj@april.(none)
2007-06-05 03:43:11 +05:00

View File

@@ -88,6 +88,7 @@ my_off_t my_tell(File fd, myf MyFlags __attribute__((unused)))
os_off_t pos;
DBUG_ENTER("my_tell");
DBUG_PRINT("my",("Fd: %d MyFlags: %d",fd, MyFlags));
DBUG_ASSERT(fd >= 0);
#ifdef HAVE_TELL
pos=tell(fd);
#else