mirror of
https://github.com/MariaDB/server.git
synced 2025-08-31 22:22:30 +03:00
Merged Performance Version 0.2.1 with latest 5.1 tree (last push 11 feb 14.01.13 2009)
This commit is contained in:
@@ -92,7 +92,7 @@ const char **ha_heap::bas_ext() const
|
||||
int ha_heap::open(const char *name, int mode, uint test_if_locked)
|
||||
{
|
||||
if ((test_if_locked & HA_OPEN_INTERNAL_TABLE) ||
|
||||
!(file= heap_open(name, mode)) && my_errno == ENOENT)
|
||||
(!(file= heap_open(name, mode)) && my_errno == ENOENT))
|
||||
{
|
||||
HA_CREATE_INFO create_info;
|
||||
internal_table= test(test_if_locked & HA_OPEN_INTERNAL_TABLE);
|
||||
|
Reference in New Issue
Block a user