Support for unbuffered queries - PMA_DBI_QUERY_UNBUFFERED and fix support of PMA_DBI_QUERY_STORE.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user