Column view is gone?
| User, date | Message |
|---|---|
|
Written by tofudisan
4 years ago Category: General 19 posts since Wed, 04 Nov 09 |
I'm running revision 2712 and I can't see my columns anymore! I open a schema and choose a table and, with the new tabs interface, my columns are gone! The only way I can see my columns is in data and query views. But even then I can't see the data types and sizes so I can't edit my columns. Help? |
|
Written by tofudisan
4 years ago 19 posts since Wed, 04 Nov 09 |
Had to revert to build 2405 so I could work again. :( |
|
Written by tofudisan
4 years ago 19 posts since Wed, 04 Nov 09 |
Had to revert to build 2405 so I could work again. :( |
|
Written by ansgar
4 years ago 3977 posts since Fri, 07 Apr 06 |
Can't believe that - no change on the table editor between r2705 and r2712 . And also I can't reproduce it. If you're really sure about that, could you please post the CREATE TABLE statement here for that table? |
|
Written by tofudisan
4 years ago 19 posts since Wed, 04 Nov 09 |
You may not believe it but it was true. I'll see about installing on a VM and try reproducing the problem. Also I had gone from I believe r2694 directly to r2712. So I wonder if that played a part? |
|
Written by tofudisan
4 years ago 19 posts since Wed, 04 Nov 09 |
Just upgraded from r2405 directly to r2720. Still have the same behavior. For example: CREATE TABLE `jobs` ( Simple table but no view of the columns at all. Hop This screencap animation should show you what I'm talking about. Does BBCode work here?
|
|
Written by tofudisan
4 years ago 19 posts since Wed, 04 Nov 09 |
Sorry about the double-postings. I keep hitting the back button and it posts again. |
|
Written by ansgar
4 years ago 3977 posts since Fri, 07 Apr 06 |
The only change regarding the table editor between r2694 and r2712 is r2705 . Which should not have such an effect. But it would be nice if you check if r2704 did not have this problem? Thanks! |
|
Written by ansgar
4 years ago 3977 posts since Fri, 07 Apr 06 |
And could you paste the result of a SHOW CREATE TABLE jobs here? |
|
Written by tofudisan
4 years ago 19 posts since Wed, 04 Nov 09 |
Already posted the SHOW CREATE TABLE above? |
|
Written by ansgar
4 years ago 3977 posts since Fri, 07 Apr 06 |
That was the broken one which has no columns, just indexes, saw that? You need to query that SHOW CREATE TABLE so we can see the real one. |
|
Written by tofudisan
4 years ago 19 posts since Wed, 04 Nov 09 |
This is the SHOW CREATE TABLE jobs result from r2405: CREATE TABLE "jobs" ( |
|
Written by ansgar
4 years ago 3977 posts since Fri, 07 Apr 06 |
Hm that's not exactly what I meant - I assume this is taken from HeidiSQL's export to file feature? The double quotes are ANSI syntax. What I need is the very original "SHOW CREATE TABLE `jobs`" result from MySQL, using the query tab. Or am I wrong and you did exactly that? |
|
Written by ansgar
4 years ago 3977 posts since Fri, 07 Apr 06 |
There was a similar bug recently resulting in an empty SHOW CREATE TABLE for broken table comments with critical characters in it. But that was fixed in r2684 . But I guess there is a problem with some regular expression parsing that SHOW CREATE TABLE result. In order to analyze that I need your original CREATE TABLE from your jobs table. |
|
Written by tofudisan
4 years ago 19 posts since Wed, 04 Nov 09 |
The SHOW CREATE TABLE results above are indeed the results from the query tab in r2405. |
|
Written by tofudisan
4 years ago 19 posts since Wed, 04 Nov 09 |
Our server's sql_mode is set to: REAL_AS_FLOAT,PIPES_AS_CONCAT,ANSI_QUOTES,IGNORE_SPACE,ANSI |
|
Written by tofudisan
4 years ago 19 posts since Wed, 04 Nov 09 |
Went to the MySQL command prompt and ran the command. This is the output directly from the MySQL server. mysql> show create table engineering.jobs; |
|
Written by ansgar
4 years ago 3977 posts since Fri, 07 Apr 06 |
Tofudisan wrote: Our server's sql_mode is set to: Aah.... makes sense now. This must cause the missing columns, as there are regular expression expecting the backtick! |
|
Written by ansgar
4 years ago 3977 posts since Fri, 07 Apr 06 |
ANSI_QUOTES support added in r2727 |
|
Written by tofudisan
4 years ago 19 posts since Wed, 04 Nov 09 |
Thanks! I'll give r2727 a shot and let you know how it worked. |
|
Written by tofudisan
4 years ago 19 posts since Wed, 04 Nov 09 |
Pulled r2727 down and, so far at least, it's working great! :D |
|
Please login to leave a reply, or register at first. |