![]() |
|
|
+ Search |
![]()
|
Jun 12th, 2002 07:08
William Dudley, winnie cheah,
do this before executing big queries that may run out of memory: SET SQL_BIG_TABLES=1; and no more error 12 from table handler. Optionally, when done, do this: SET SQL_BIG_TABLES=0;