diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-09-10 11:35:20 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-09-10 11:35:20 +0200 |
commit | ed24158b4d247dff58162c97f04cbc4011579600 (patch) | |
tree | 6e9ba4ab126f64af1d710cda804782e158d1c7a0 /mysql.options | |
parent | f8eea05c337019bdc669d786e50d015f0cca14a2 (diff) |
Add automated build and test scripts for Windows
Diffstat (limited to 'mysql.options')
-rw-r--r-- | mysql.options | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mysql.options b/mysql.options new file mode 100644 index 0000000..54fc174 --- /dev/null +++ b/mysql.options @@ -0,0 +1,9 @@ +# Sample MySQL options file used to run the tests. Adjust to +# match your MySQL setup. +# +--user 'odb_test' +--db-name 'odb_test' +# --password '' +# --host '' +# --port 0 +# --socket '' |