Method: Mysql#commit
- Defined in:
- lib/vendor/mysql.rb
#commit ⇒ Mysql
Commit transaction
484 485 486 487 |
# File 'lib/vendor/mysql.rb', line 484 def commit query 'commit' self end |
Commit transaction
484 485 486 487 |
# File 'lib/vendor/mysql.rb', line 484 def commit query 'commit' self end |