mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
- Fix a bug causing a crash when an XCOL table was the source of
a PROXY or PROXY based table. modified: storage/connect/colblk.cpp storage/connect/tabutil.cpp storage/connect/tabutil.h storage/connect/tabxcl.cpp storage/connect/tabxcl.h
This commit is contained in:
@@ -178,7 +178,7 @@ bool COLBLK::InitValue(PGLOBAL g)
|
||||
(To_Tdb) ? To_Tdb->GetCat() : NULL)))
|
||||
return true;
|
||||
|
||||
Status = BUF_READY;
|
||||
AddStatus(BUF_READY);
|
||||
Value->SetNullable(Nullable);
|
||||
|
||||
#ifdef DEBTRACE
|
||||
|
Reference in New Issue
Block a user