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

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 [EMAIL

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 often very