1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

fixed views with PS protocol

This commit is contained in:
bell@sanja.is.com.ua
2005-01-05 16:48:23 +02:00
parent 4cbe322517
commit dffac28b76
9 changed files with 182 additions and 171 deletions

View File

@@ -428,6 +428,7 @@ public:
bool end_of_fields() { return ptr == array_end; }
const char *name();
Item *item(THD *thd) { return ptr->item; }
Item **item_ptr() {return &ptr->item; }
Field *field() { return 0; }
};