-
I have a table:
```
CREATE TABLE `test` (
`id` bigint NOT NULL AUTO_INCREMENT,
`name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`phone_number` varchar(255) CHARACTER S…
-
Traceback (most recent call last):
File "/root/ibd2sql-main/main.py", line 169, in
ldata = innodb_index.index(bdata,pk,columns)
File "/root/ibd2sql-main/innodb_index.py", line 127, in inde…
-
**Prerequisites (mark completed items with an [x]):**
- [x] I have have carried out troubleshooting steps and I believe I have found a bug.
- [x] I have searched for similar bugs in both open and cl…
-
```
The new InnoDB plugin has more information on the LRU, to wit:
Pages made young 27432640, not young 0
4.25 youngs/s, 0.00 non-youngs/s
Pages read 11286955, created 972067, written 238644796
0.88 …
-
Detail step is written in http://blog.flatlabs.net/20100430_072738/
-
### Prerequisites
- [x] I have carried out troubleshooting steps and I believe I have found a bug.
- [x] I have searched for similar bugs in both open and closed issues and cannot find a duplicate…
-
### Prerequisites
- [X] I have carried out troubleshooting steps and I believe I have found a bug.
- [X] I have searched for similar bugs in both open and closed issues and cannot find a duplicate.
…
-
### I expect
a lot of stuff on innodb cluster
### instead
nothing
-
Hi.
I see that in new installs some tables use Memory engine. This tables will switch to the innodb engine ? I believe that this detail is missing in order to use the GLPI/Fusion in a mysql cluste…
-
Original [issue 1781](https://code.google.com/p/sqlyog/issues/detail?id=1781) created by webyog on 2012-04-11T09:27:04.000Z:
Statements like
CREATE TABLE t (a INT) ENGINE=INNODB PERSISTENT_STATS=0|1…