mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Commit merge resolved files
This commit is contained in:
@@ -1482,6 +1482,11 @@ bool XMLCOL::ParseXpath(PGLOBAL g, bool mode)
|
||||
// HTML like table, columns are retrieved by position
|
||||
new(this) XPOSCOL(Value); // Change the class of this column
|
||||
Inod = -1;
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
// Tdbp->Hasnod = true;
|
||||
// return false;
|
||||
>>>>>>> MariaDB/10.0
|
||||
} else if (Type == 0 && !mode) {
|
||||
strcat(strcat(pbuf, "@"), Name);
|
||||
} else { // Type == 1
|
||||
|
Reference in New Issue
Block a user