Skip to content

Instantly share code, notes, and snippets.

@oranie
Created August 26, 2021 14:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oranie/ae816627e2e70d60e8d1eeaa02c08f92 to your computer and use it in GitHub Desktop.
Save oranie/ae816627e2e70d60e8d1eeaa02c08f92 to your computer and use it in GitHub Desktop.
5701 openat(AT_FDCWD, "/var/log/mysqld.log", O_WRONLY|O_CREAT|O_APPEND, 0666) = 37
5701 close(37) = 0
5701 openat(AT_FDCWD, "/var/log/mysqld.log", O_WRONLY|O_CREAT|O_APPEND, 0666) = 37
5701 close(37) = 0
5701 open("./", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 37
5701 close(37) = 0
5701 close(38) = 0
5701 close(4) = 0
5701 openat(AT_FDCWD, "./binlog.index", O_RDWR|O_CREAT, 0640) = 4
5701 openat(AT_FDCWD, "./binlog.~rec~", O_RDWR|O_CREAT, 0640) = 37
5701 close(37) = 0
5701 openat(AT_FDCWD, "./binlog.~rec~", O_RDWR|O_CREAT, 0640) = 37
5701 openat(AT_FDCWD, "./binlog.000003", O_WRONLY|O_CREAT, 0640) = 38
5701 openat(AT_FDCWD, "./binlog.index_crash_safe", O_RDWR|O_CREAT, 0640) = 39
5701 close(39) = 0
5701 close(4) = 0
5701 openat(AT_FDCWD, "./binlog.index", O_RDWR|O_CREAT, 0640) = 4
5701 close(37) = 0
5701 openat(AT_FDCWD, "./test/oranie.ibd", O_RDWR|O_CREAT|O_EXCL, 0640) = 37
5701 close(37) = 0
5665 openat(AT_FDCWD, "./test/oranie.ibd", O_RDWR) = 37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment