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:
@ -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:
|
||||
|
Reference in New Issue
Block a user