1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Correction to remove compilee warnings and compiler errors on Windows.

This commit is contained in:
igor@olga.mysql.com
2007-06-07 15:04:39 -07:00
parent 6d3e2399f9
commit e3a13c26bd

View File

@ -364,6 +364,7 @@ public:
{
/* shouldn't get here. */
DBUG_ASSERT(0);
return GEOM_GEOMETRY;
}
friend bool reopen_table(THD *,struct st_table *,bool);
friend int cre_myisam(my_string name, register TABLE *form, uint options,