mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
- Add a new table option SEPINDEX (not used yet) and remove an unused
parameter to all catalog info functions. modified: storage/connect/catalog.h storage/connect/filamvct.cpp storage/connect/filamzip.cpp storage/connect/ha_connect.cc storage/connect/mycat.cc storage/connect/mycat.h storage/connect/reldef.cpp storage/connect/reldef.h storage/connect/tabdos.cpp storage/connect/tabfmt.cpp storage/connect/tabmul.cpp storage/connect/tabmysql.cpp storage/connect/tabodbc.cpp storage/connect/tabsys.cpp storage/connect/tabtbl.cpp storage/connect/tabvct.cpp storage/connect/tabwmi.cpp storage/connect/tabxml.cpp storage/connect/xindex.cpp
This commit is contained in:
@@ -560,9 +560,9 @@ void TDBMUL::CloseDB(PGLOBAL g)
|
||||
/***********************************************************************/
|
||||
bool DIRDEF::DefineAM(PGLOBAL g, LPCSTR am, int poff)
|
||||
{
|
||||
Desc = Fn = Cat->GetStringCatInfo(g, Name, "Filename", NULL);
|
||||
Incl = (Cat->GetIntCatInfo(Name, "Subdir", 0) != 0);
|
||||
Huge = (Cat->GetIntCatInfo(Name, "Huge", 0) != 0);
|
||||
Desc = Fn = Cat->GetStringCatInfo(g, "Filename", NULL);
|
||||
Incl = (Cat->GetIntCatInfo("Subdir", 0) != 0);
|
||||
Huge = (Cat->GetIntCatInfo("Huge", 0) != 0);
|
||||
return false;
|
||||
} // end of DefineAM
|
||||
|
||||
|
Reference in New Issue
Block a user