Support for unbuffered queries - PMA_DBI_QUERY_UNBUFFERED and fix support of PMA_DBI_QUERY_STORE.

This commit is contained in:
Michal Čihař
2004-03-10 11:01:50 +00:00
parent f28ddb784f
commit 39f110f82c
3 changed files with 12 additions and 3 deletions

View File

@@ -5,7 +5,8 @@
/**
* Common Option Constants For DBI Functions
*/
define('PMA_DBI_QUERY_STORE', 1); // Force STORE_RESULT method, ignored by classic MySQL.
define('PMA_DBI_QUERY_STORE', 1); // Force STORE_RESULT method, ignored by classic MySQL.
define('PMA_DBI_QUERY_UNBUFFERED', 2); // Do not read whole query
/**
* Including The DBI Plugin