forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
7 lines
361 B
Text
7 lines
361 B
Text
The DBIx::MySQLSequence package implements an emulation layer that
|
|
provides "real" sequences on MySQL. The module works by creating a
|
|
"sequence table", a single table where each record represents a
|
|
single sequence, and performing some "magic" MySQL specific SQL to
|
|
ensure the sequences will work correctly.
|
|
|
|
WWW: http://search.cpan.org/dist/DBIx-MySQLSequence/
|