Menu

#1780 (in 2.7.0) Does not change auto_increment value

2.6.4
fixed
1
2013-06-11
2005-09-13
bdeonline
No

When I go into a Table, click on the Operations Tab and
change the auto_increment value and press go it doesn't
add the value to the query. Thus not changing the
auto_increment value but I am able to change it
manually through the sql command:
ALTER TABLE `table` PACK_KEYS =1 CHECKSUM =0
DELAY_KEY_WRITE =0 AUTO_INCREMENT =100

Discussion

  • Michal Čihař

    Michal Čihař - 2005-09-14
    • assigned_to: nobody --> nijel
    • status: open --> open-accepted
     
  • Michal Čihař

    Michal Čihař - 2005-09-14
    • summary: auto_increment Not Changing --> (in 2.6.5) Does not change auto_increment value
    • priority: 5 --> 1
    • status: open-accepted --> open-fixed
     
  • Michal Čihař

    Michal Čihař - 2005-09-14

    Logged In: YES
    user_id=192186

    Fixed in CVS, thanks for reporting.

     
  • Michal Čihař

    Michal Čihař - 2005-10-08
    • summary: (in 2.6.5) Does not change auto_increment value --> (in 2.7.0) Does not change auto_increment value
     
  • swartzja

    swartzja - 2005-10-24

    Logged In: YES
    user_id=1265732

    Change was not included in 2.6.4-pl3
    I downloaded the script from CVS and replaced the one from
    pl3. When I try to change the value it works for the query,
    but the input box contains the old value until I reload the
    page (i.e. click on the operations tab).

     
  • Michal Čihař

    Michal Čihař - 2005-10-24

    Logged In: YES
    user_id=192186

    Yes it was not included, only critical bug fixes go to -pl
    releases.

    I fixed need to reload right now, thanks!

     
  • Michal Čihař

    Michal Čihař - 2005-12-04
    • status: open-fixed --> closed-fixed
     
  • Michal Čihař

    Michal Čihař - 2013-06-11
    • Status: closed-fixed --> fixed