WISHLIST: auto_increment after delete

2001-12-03 Thread Christian Hammers
Hello MySQL developers please add a ALTER TABLE xyz eternal_auto_increment=1; that forces the auto_increment column to increment regardless of which table type I use and how I delete my columns. As long as there is a way to reset the column somehow (by setting it to -1 or so) I would fin

Re: my wishlist

2001-03-21 Thread Sinisa Milivojevic
Thalis A. Kalfigopoulos writes: > Dear Santa, > here is my wishlist: > I wish that the mysql utility had support for the shell's history functions. I catch >mysql so many time doing something like !show > > regards, > thalis > Hi! First of all, C

my wishlist

2001-03-20 Thread Thalis A. Kalfigopoulos
Dear Santa, here is my wishlist: I wish that the mysql utility had support for the shell's history functions. I catch mysql so many time doing something like !show regards, thalis - Before posting, please

Re: wishlist: create_tmp_priv in mysql.db

2001-03-08 Thread Sinisa Milivojevic
Christian Hammers writes: > Hello > > I like to propose the attribute create_tmp_priv as little alternative to > create_priv. > > The reason is that due to the lack of sub-selects temporary tables which > can be created with the same name at the same time by many connections are > ofte

Re: wishlist: create_tmp_priv in mysql.db

2001-03-08 Thread Richard Ellerbrock
I have asked this before and was told that it is not going to happen soon. That was a LONG time ago. Maybe in 4.0? The only alternative now is to create a scratch database with enough rights and create your temp tables there. -- Richard Ellerbrock [EMAIL PROTECTED] >>> Christian Hammers <[EMA

wishlist: create_tmp_priv in mysql.db

2001-03-08 Thread Christian Hammers
Hello I like to propose the attribute create_tmp_priv as little alternative to create_priv. The reason is that due to the lack of sub-selects temporary tables which can be created with the same name at the same time by many connections are often very usefull. But I won't give every user the ri

Re: WISHLIST

2001-02-14 Thread Basil Hussain
Hi, > I would like to see some 'bash-like' abilities for an alias command and a > .mysql file or something similar to store commonly used queries (to be > accessed by a single keyword). I find myself writing extremely long > queries from time to time and I have to store them in a text file and >

WISHLIST

2001-02-13 Thread Chris Moore
I would like to see some 'bash-like' abilities for an alias command and a .mysql file or something similar to store commonly used queries (to be accessed by a single keyword). I find myself writing extremely long queries from time to time and I have to store them in a text file and worry about co