mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-07-12 18:06:22 +02:00
31 lines
523 B
ObjectPascal
31 lines
523 B
ObjectPascal
unit mysql_version;
|
|
|
|
{
|
|
Translated from mysql_version.h by Michael Van Canneyt
|
|
(michael@tfdec1.fys.kuleuven.ac.be)
|
|
}
|
|
|
|
interface
|
|
|
|
{ Version numbers for protocol & mysqld }
|
|
Const
|
|
|
|
MYSQL_SERVER_VERSION : pchar ='3.21.28-gamma';
|
|
FRM_VER = 6;
|
|
MYSQL_VERSION_ID =32128;
|
|
|
|
implementation
|
|
|
|
end.
|
|
$Log$
|
|
Revision 1.2 2002-09-07 15:42:53 peter
|
|
* old logs removed and tabs fixed
|
|
|
|
Revision 1.1 2002/08/26 17:51:13 michael
|
|
+ Initial move
|
|
|
|
Revision 1.1 2002/01/29 17:54:53 peter
|
|
* splitted to base and extra
|
|
|
|
}
|