Explorar o código

* added new fields to tmysql needed by mysql 4.1.10

git-svn-id: trunk@569 -
peter %!s(int64=20) %!d(string=hai) anos
pai
achega
bc3ada6860
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      packages/base/mysql/mysql4types.inc

+ 5 - 0
packages/base/mysql/mysql4types.inc

@@ -175,6 +175,11 @@ type
        next_slave : Pst_mysql;
        last_used_slave : Pst_mysql;
        last_used_con : Pst_mysql;
+
+       stmts : pointer; // LIST
+       methods : pointer; // Pst_mysql_methods
+       thd : pointer;
+       unbuffered_fetch_owner : pmy_bool;
     end;
   TMYSQL = st_mysql;
   PMYSQL = ^TMYSQL;