Questions tagged as 'innodb'

0
answers

Engine with less RAM than InnoDB / XtraDB in MariaDB?

InnoDB allows you to make multiple INSERT and also UPDATE without creating LOCKING , while in MyISAM it is not possible to make multiple INSERTs at the same time and to make matters worse MyISAM does not support TRANSACTIO...
asked by 13.01.2017 / 22:31
1
answer

Tanned system with Stored Procedure

I'm trying to make a stored procedure for a simple tanned system, my table is organized like this: Tanned id INT (11) - Auto Increment post INT (11) - foreign key (id - post) user INT (11) - foreign key (id - users) Users...
asked by 26.10.2018 / 23:02
1
answer

Double INSERT in stored procedure

Currently what I basically have is this: CREATE PROCEDURE 'Teste'( IN '@valorX' INT, IN '@valorY' INT ) NOT DETERMINISTIC CONTAINS SQL SQL SECURITY DEFINER INSERT INTO tabelaX(colunaX) VALUES (@valorX) INSERT INTO tabelaY(colunaY) VA...
asked by 24.10.2018 / 15:14
0
answers

MySQL: Database page corruption on disk or a failed

Well, my mysql gave a problem before the daily backup. Would you solve it? 180629 17:14:08 [Note] 'FEDERATED' plugin is disabled. InnoDB: The user has set SRV_FORCE_NO_LOG_REDO on InnoDB: Skipping log redo 180629 17:14:08 InnoDB: Error: space...
asked by 29.06.2018 / 22:16
0
answers

DBDEsigner problem with TYPE = InnoDB;

I use DB_Designer 4.0.5.6 Beta. I discovered a problem when I was generating an sql code to build my database. The last line that appears in the sql code is the "TYPE = InnoDB;" CREATE TABLE cliente ( idCliente INT NOT NULL AUTO_INCREMENT,...
asked by 25.02.2018 / 22:18
0
answers

Different results for query Mysql 5.1 and 5.7

We developed a project for a client using MySQL 5.1.68 and at the time of publication we identified that the client's hosting was version 5.7.4. Once the project has been published, we begin to see some strange behaviors in the results return...
asked by 01.09.2015 / 12:54