Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: docker/mariadb
base: master
Choose a base ref
...
head repository: docker/mariadb
compare: mariadb10
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 8 files changed
  • 3 contributors

Commits on Aug 7, 2018

  1. mariaDB 10

    pcaskey committed Aug 7, 2018
    Copy the full SHA
    36e5f98 View commit details
  2. add missing file

    pcaskey committed Aug 7, 2018
    Copy the full SHA
    b093785 View commit details
  3. Update Jenkinsfile

    chubing committed Aug 7, 2018
    Copy the full SHA
    ef913e1 View commit details
  4. add net-tools pkg

    pcaskey committed Aug 7, 2018
    Copy the full SHA
    2cb616d View commit details
  5. Copy the full SHA
    3c25a63 View commit details
  6. re-enable tests

    pcaskey committed Aug 7, 2018
    Copy the full SHA
    c74faae View commit details

Commits on Sep 26, 2018

  1. Add "if_needed" value for CREATE_NEW_DATABASE

    This value means that the database is created only if MYSQL_DATADIR
    does not exist or is empty.
    mederly committed Sep 26, 2018
    Copy the full SHA
    637acf8 View commit details
  2. Merge pull request #7 from mederly/mariadb10

    Add "if_needed" value for CREATE_NEW_DATABASE
    pcaskey committed Sep 26, 2018
    Copy the full SHA
    ae67e47 View commit details

Commits on Oct 12, 2018

  1. Add $AFTER_FIRST_TIME_SQL parameter

    It allows a user to add custom SQL commands to the file that is executed
    during database initialization. Useful e.g. to provide some initial
    content.
    
    Also fixed hardwired directory in my.cnf.
    And a minor start.sh code cleanup.
    mederly committed Oct 12, 2018
    Copy the full SHA
    ea13d8e View commit details
  2. Merge pull request #8 from mederly/mariadb10

    Add $AFTER_FIRST_TIME_SQL parameter
    pcaskey committed Oct 12, 2018
    Copy the full SHA
    4f5bc40 View commit details
  3. Copy the full SHA
    8798551 View commit details
  4. Merge pull request #9 from mederly/mariadb10

    Add diagnostic output for failing tests
    pcaskey committed Oct 12, 2018
    Copy the full SHA
    9efd4c3 View commit details
  5. Add yet more diagnostics...

    mederly committed Oct 12, 2018
    Copy the full SHA
    d326dd9 View commit details

Commits on Oct 13, 2018

  1. Merge pull request #10 from mederly/mariadb10

    Add yet more diagnostics...
    pcaskey committed Oct 13, 2018
    Copy the full SHA
    5f35041 View commit details
  2. Copy the full SHA
    d6783ca View commit details
  3. Merge pull request #11 from mederly/mariadb10

    Attempt to fix the build (wrong charset)
    pcaskey committed Oct 13, 2018
    Copy the full SHA
    ea079a4 View commit details