>Description: The commandline completion cache of table/column names for the mysql client is not cleared after a DROP TABLE statement is (succesfully) executed.
>How-To-Repeat: Executed the following using the client: mysql> drop table NIDABA_PROJECT_DOCUMENT_RESERVATION; Query OK, 0 rows affected (0.00 sec) Started typing in next command, hitting the tab key where indicated: | V mysql> drop table NIDABA_PROJECT_DOCUMENT_RESERVATION NIDABA_PROJECT_DOCUMENT_RESERVATION NIDABA_PROJECT_DOCUMENT_RESERVATION.DOCUMENT_ID NIDABA_PROJECT_DOCUMENT_RESERVATION.ETA NIDABA_PROJECT_DOCUMENT_RESERVATION.REASON NIDABA_PROJECT_DOCUMENT_RESERVATION.RESERVATION_ID NIDABA_PROJECT_DOCUMENT_RESERVATION.RESERVED_BY NIDABA_PROJECT_DOCUMENT_RESERVATION.START Table NIDABA_PROJECT_DOCUMENT_RESERVATION still in commandline completion cache, when it should not be after having just been dropped. >Fix: Expunge deleted tables and their columns, etc. from commandline cache on DROP TABLE. >Submitter-Id: <submitter ID> >Originator: >Organization: CollabNet, Inc. >MySQL support: none >Synopsis: mysql client commandline completion cache of table/column names not >cleared on DROP TABLE >Severity: non-critical >Priority: medium >Category: mysql >Class: sw-bug >Release: mysql-3.23.37 (Official MySQL RPM) >Environment: System: Linux sc-dev2 2.2.17-18mdksmp #1 SMP Mon Oct 2 19:42:59 CEST 2000 i686 unknown Architecture: i686 Some paths: /usr/bin/perl /usr/bin/make /usr/bin/gmake /usr/bin/gcc /usr/bin/cc GCC: Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/specs gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release) Compilation info: CC='egcs' CFLAGS=' -O3' CXX='egcs' CXXFLAGS=' -O3 -felide-constructors -fno-exceptions -fno-rtti ' LDFLAGS='' LIBC: lrwxrwxrwx 1 root root 13 Nov 28 2000 /lib/libc.so.6 -> libc-2.1.3.so -rwxr-xr-x 1 root root 4101836 Sep 5 2000 /lib/libc-2.1.3.so -rw-r--r-- 1 root root 20273284 Sep 5 2000 /usr/lib/libc.a -rw-r--r-- 1 root root 178 Sep 5 2000 /usr/lib/libc.so Configure command: ./configure --disable-shared --with-mysqld-ldflags=-all-static --with-client-ldflags=-all-static --without-berkeley-db --without-innodb --enable-assembler --with-mysqld-user=mysql --with-unix-socket-path=/var/lib/mysql/mysql.sock --prefix=/ --with-extra-charsets=complex --exec-prefix=/usr --libexecdir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --localstatedir=/var/lib/mysql --infodir=/usr/info --includedir=/usr/include --mandir=/usr/man '--with-comment=Official MySQL RPM' Perl: This is perl, version 5.005_03 built for i386-linux --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php