[SCM] DejaGNU branch, master, updated. merged_dejagnu_1_4_4-387-gc1ab4f2
Ben Elliston <[email protected]>
| Newsgroups | gmane.comp.sysutils.dejagnu.cvs |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "DejaGNU".
The branch, master has been updated
via c1ab4f246899e5d48eb6f51f4c411295ce2ae283 (commit)
from 19d4de782982b8492e85063632b19fa91f40b2d1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c1ab4f246899e5d48eb6f51f4c411295ce2ae283
Author: Rob Savoye <[email protected]>
Date: Sat Apr 2 15:30:10 2016 +1100
Basic MySQL support.
* contrib/mysql/create-db.sql: New file.
* contrib/mysql/importxml.sh: Likewise.
* contrib/mysql/make-datafile.sh: Likewise.
* contrib/mysql/plot.sh: Likewise.
* contrib/mysql/README: Likewise.
* contrib/mysql/sum2xml.sh: Likewise.
Signed-off-by: Ben Elliston <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 9 +++
contrib/mysql/README | 38 ++++++++++++
contrib/mysql/create-db.sql | 52 ++++++++++++++++
contrib/mysql/importxml.sh | 96 +++++++++++++++++++++++++++++
contrib/mysql/make-datafile.sh | 126 +++++++++++++++++++++++++++++++++++++++
contrib/mysql/plot.sh | 129 ++++++++++++++++++++++++++++++++++++++++
contrib/mysql/sum2xml.sh | 104 ++++++++++++++++++++++++++++++++
7 files changed, 554 insertions(+), 0 deletions(-)
create mode 100644 contrib/mysql/README
create mode 100644 contrib/mysql/create-db.sql
create mode 100644 contrib/mysql/importxml.sh
create mode 100644 contrib/mysql/make-datafile.sh
create mode 100644 contrib/mysql/plot.sh
create mode 100644 contrib/mysql/sum2xml.sh
hooks/post-receive
--
DejaGNU