diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-09-14 15:19:16 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-09-14 15:19:16 +0200 |
commit | 349178ecf6c69be63bd81ce81d310404574cb373 (patch) | |
tree | fccbd90c0cae4f43389ec830c9d7924c30c62113 /mysql.options | |
parent | 22dd2e8a904d26c18f6e4c634e14b21a8aaddc7d (diff) |
Establish base build system
Diffstat (limited to 'mysql.options')
-rw-r--r-- | mysql.options | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mysql.options b/mysql.options new file mode 100644 index 0000000..fe79a7c --- /dev/null +++ b/mysql.options @@ -0,0 +1,10 @@ +# Sample MySQL options file used to run the tests. Adjust to +# match your MySQL setup. +# + +--user odb_test +--database odb_test +# --password +# --host +# --port +# --socket |