Subject | Firebird Solaris BUG |
---|---|
Author | certa2001br |
Post date | 2003-06-26T13:00:37Z |
The FirebirdSS-latest-64IO-Solaris-Sparc, in a SQL example:
select TABLE_A. *, TABLE_B. * from TABLE_A
left outer join (TABLE_A.KEY = TABLE_B.KEY)
order TABLE_A.NOINDEX
making a SQL with ORDER for a field without index of the a mistake
in the creation of the temporary file: " while error write
_______ ".
We already got right the isc_config " tmp_directory " with enough
space to execute the operation (12 Gb free)
select TABLE_A. *, TABLE_B. * from TABLE_A
left outer join (TABLE_A.KEY = TABLE_B.KEY)
order TABLE_A.NOINDEX
making a SQL with ORDER for a field without index of the a mistake
in the creation of the temporary file: " while error write
_______ ".
We already got right the isc_config " tmp_directory " with enough
space to execute the operation (12 Gb free)