[MDEV-3699] LP:681761 - OQGraph table contents are lost on restart Created: 2010-11-26 Updated: 2012-10-04 Resolved: 2012-10-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | Vsevolod Velichko (Inactive) | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
During the mysqld restart all OQGraph contents are lost. When I insert something into table, everything is OK and I can use all the OQGraph features, but only until mysqld restart. Then I have to re-insert all the data. MariaDB [DBName]> select count
MariaDB [DBName]> show create table ReactionGraph \G
MariaDB [DBName]> insert into ReactionGraph (origid,destid,weight) (select ... ) \G MariaDB [DBName]> exit
|
| Comments |
| Comment by Kristian Nielsen [ 2010-11-26 ] |
|
Re: OQGraph table contents are lost on restart "The base Mk.II implementation acts similar to the MEMORY engine, it [...] has no persistence." |
| Comment by Rasmus Johansson (Inactive) [ 2010-11-26 ] |
|
Launchpad bug id: 681761 |