summaryrefslogtreecommitdiff
path: root/sql/ha_myisam.cc
diff options
context:
space:
mode:
authortomas@poseidon.ndb.mysql.com <>2005-06-02 09:50:47 +0200
committertomas@poseidon.ndb.mysql.com <>2005-06-02 09:50:47 +0200
commitbef102ec909f06fbc38ce4675a67bb528da7a968 (patch)
tree7007e35d5106c2d789cf579e9891c82deca15283 /sql/ha_myisam.cc
parent39f6972fd3fddc2668aa9ab0df12ceac4441a413 (diff)
parentf0fcc54b0c0425164543a409eb8512b80f8b652f (diff)
downloadmariadb-git-bef102ec909f06fbc38ce4675a67bb528da7a968.tar.gz
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1
Diffstat (limited to 'sql/ha_myisam.cc')
-rw-r--r--sql/ha_myisam.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/ha_myisam.cc b/sql/ha_myisam.cc
index 3f756eab0ee..f66aa025b86 100644
--- a/sql/ha_myisam.cc
+++ b/sql/ha_myisam.cc
@@ -15,6 +15,8 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+#include <my_global.h>
+
#ifdef USE_PRAGMA_IMPLEMENTATION
#pragma implementation // gcc: Class implementation
#endif