Modules/MTA-MySQL/mysql get server version: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

5 January 2011

14 January 2008

13 January 2008

  • curprev 17:4117:41, 13 January 2008Ryden talk contribs 576 bytes +576 New page: __NOTOC__ Returns a number that represents the MySQL server version in this format: major_version*10000 + minor_version *100 + sub_version For example, 5.0.12 is returned as 50012. This ...