OstrikovG / transaction-isolation-levels

https://habr.com/ru/post/469415/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

transaction-isolation-levels

Description

https://habr.com/ru/post/469415/ Each characteristic value sets the transaction isolation level. The isolation level is used for operations on InnoDB tables.

Usage

  1. Build project containers with

    $ make up
  2. Open two different terminal windows and run db container with mysql in both

    $ make mysql
  3. Execute step1 sql command from 1.sql and then 2.sql. Make the same with step2

About

https://habr.com/ru/post/469415/


Languages

Language:Makefile 100.0%