1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

added some comments

This commit is contained in:
bell@sanja.is.com.ua
2002-03-16 10:36:27 +02:00
parent 50d514b67d
commit c92df13c84
2 changed files with 8 additions and 4 deletions

View File

@ -473,7 +473,10 @@ public:
}
};
/*
Used to hold information about file and file structure in exchainge
via non-DB file (...INTO OUTFILE..., ...LOAD DATA...)
*/
class sql_exchange :public Sql_alloc
{
public: