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: meeeejin/mysql-with-face
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: FlashSQL/mysql-with-face
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on Nov 23, 2017

  1. Create LICENSE

    meeeejin authored Nov 23, 2017
    Copy the full SHA
    2ce6398 View commit details
  2. Delete LICENSE

    meeeejin authored Nov 23, 2017
    Copy the full SHA
    285e673 View commit details

Commits on Nov 22, 2018

  1. Update buf0dblwr.cc

    meeeejin authored Nov 22, 2018
    Copy the full SHA
    ddd5bae View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 storage/innobase/buf/buf0dblwr.cc
2 changes: 1 addition & 1 deletion storage/innobase/buf/buf0dblwr.cc
Original file line number Diff line number Diff line change
@@ -1210,7 +1210,7 @@ create_new_ssd_metadata(
lsn_t lsn, /*!< in: lsn */
ulint meta_idx) /*!< in: metadata index */
{
ssd_meta_dir[meta_idx].space = space;
ssd_meta_dir[meta_idx].space = space;
ssd_meta_dir[meta_idx].offset = offset;
ssd_meta_dir[meta_idx].lsn = lsn;