| 299 | |
| 300 | |
| 301 | bool select_unit::flush() |
| 302 | { |
| 303 | int error; |
| 304 | if (unlikely((error=table->file->extra(HA_EXTRA_NO_CACHE)))) |
| 305 | { |
| 306 | table->file->print_error(error, MYF(0)); |
| 307 | return 1; |
| 308 | } |
| 309 | return 0; |
| 310 | } |
| 311 | |
| 312 | |
| 313 | /* |
no test coverage detected