mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
b24ecd7ca6
- mariadb-dump utility performs logical backups by producing set of sql statements that can be executed. By enabling this no-autocommit option, InnoDB can load the data in an efficient way and writes the only one undo log for the whole operation. Only first insert statement undergoes bulk insert operation, remaining insert statement doesn't write undo log and undergoes normal insert code path. |
||
---|---|---|
.. | ||
maxdb | ||
mssql | ||
oracle | ||
README.txt |
To run a test suite under this directory, you should use the format: mysql-test-run --suite=compat/oracle or to run one test: mysql-test-run compat/oracle.test_name