summaryrefslogtreecommitdiff
path: root/sql/sql_show.cc
Commit message (Collapse)AuthorAgeFilesLines
* Fix embedded server crashmiguel@hegel.br2003-01-071-0/+2
|
* Changed thd variables max_join_size and select_limit to type ha_rows.monty@mashka.mysql.fi2002-12-201-0/+3
| | | | | | This fixed some optimization problems when using -DBIG_TABLES Portabilty fixes for OpenUnix and HPUX Added C and C++ version numbers to mysqlbug
* Merge with 3.23monty@mashka.mysql.fi2002-12-111-4/+5
|\
| * Fixed rare bug in show processlist which could cause core dump if a new ↵monty@mashka.mysql.fi2002-12-111-5/+7
| | | | | | | | thread was connecting.
| * Proper fix for SHOW VARS on 64-bit systemsSinisa@sinisa.nasamreza.org2002-12-021-1/+4
| |
| * moving fix elsewhere ...Sinisa@sinisa.nasamreza.org2002-12-021-1/+1
| |
| * Better fix for 64 bit CPU ..Sinisa@sinisa.nasamreza.org2002-11-281-1/+1
| |
| * fix for SHOW VARS for IA64 and other 64 bit systemsSinisa@sinisa.nasamreza.org2002-11-271-1/+1
| |
* | Portability fix when using -DBIG_TABLESmonty@mashka.mysql.fi2002-11-141-3/+3
| |
* | Merge with 3.23.53monty@mashka.mysql.fi2002-09-221-1/+1
|\ \ | |/
| * Change name -> alias in TABLE_LIST.monty@mashka.mysql.fi2002-09-211-2/+2
| | | | | | | | Added missing mutex-lock around critical section in GRANT handling.
| * Reverted Heikkis patch as his was not portable.monty@hundin.mysql.fi2002-08-081-3/+0
| | | | | | | | Remove not needed locks in SHOW OPEN TABLES
* | Changed table_list->name -> table_list->alias to find places where we where ↵monty@mashka.mysql.fi2002-09-201-1/+1
| | | | | | | | | | | | using alias instead of table_name. This should fix some issues where --lower-case-table-names doesn't work properly under windows.
* | Added CREATE TEMPORARY TABLES and LOCK TABLES to db and host tablesmonty@mashka.mysql.fi2002-09-161-3/+3
| | | | | | | | | | | | Fixed bug in SELECT ... ORDER BY ... LIMIT Fixed bug in ALTER TABLE and RENAME TABLE with --lower-case-table-names Fixed hang when using --with-openssl
* | Changed IF(expr, column, NULL) to take type from columnmonty@hundin.mysql.fi2002-08-121-2/+1
| | | | | | | | | | Fixed some windows portability problems and removed some compiler warnings Cleaned up QUOTE() function and fixed bug in \0 and \Z handling.
* | merge with 3.23.52monty@hundin.mysql.fi2002-08-081-1/+3
|\ \ | |/
| * Added some missing mutex_locks() when manipulating the table cache.monty@narttu.mysql.fi2002-08-051-1/+6
| | | | | | | | | | This should fix some possible table cache corruptions when doing OPTIMIZE or REPAIR table when other threads are opening new tables.
* | New SET syntax & system variables.monty@mashka.mysql.fi2002-07-231-46/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | Made a some new buffers thread specific and changeable. Resize of key_buffer. AUTO_COMMIT -> AUTOCOMMIT Fixed mutex bug in DROP DATABASE Fixed bug when using auto_increment as second part of a key where first part could include NULL. Split handler->extra() to extra() and extra_opt() to be able to support thread specific buffers. Don't write message to error log when slave reconnects becasue of timeout. Fixed possible update problem when using DELETE/UPDATE on small tables (In some cases we used index even if table scanning would be better) A lot of minior code cleanups
* | Added interface for first set of dynamic variables.jani@rhols221.adsl.netsonic.fi2002-06-281-1/+20
| |
* | Added the following new privleges:monty@mashka.mysql.fi2002-06-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | SHOW DATABASES CREATE TEMPORARY TABLE LOCK TABLES REPLICATION SLAVE & REPLICATION CLIENT SUPER EXECUTE All scripts & documentation is updated for this change. Added better error messages for global privileges
* | Big code cleanup/review before 4.0.2 release.monty@mashka.mysql.fi2002-06-111-2/+2
| | | | | | | | | | (All commit emails since 4.0.1 checked) This had to be done now, before the 4.1 tree changes to much, to make it easy to propagate bug fixes to the 4.1 tree.
* | merge with 3.23monty@hundin.mysql.fi2002-06-021-1/+3
|\ \ | |/
| * Portability fixes for SCO and HPUXmonty@hundin.mysql.fi2002-05-311-1/+3
| | | | | | | | | | Change TRUNCATE(number) to truncate towards zero for negative numbers Fix NULL handling for DESCRIBE table_name
* | mergemonty@hundin.mysql.fi2002-04-251-9/+18
|\ \ | |/
| * SHOW VARIABLES LIKE ... are now case insensitivemonty@tik.mysql.fi2002-04-181-9/+18
| | | | | | | | | | | | Fixed stack overflow checking with crash-me with gcc 3.0.4 Using @@unknown_variable doesn't hang client anymore Added @@VERSION variable
* | Update for BTREE keys in HEAP tablesmonty@tik.mysql.fi2002-04-121-1/+1
| | | | | | | | Split handler->option_flag() to handler->table_flags() and handler->index_flags()
* | merge with 3.23.50monty@hundin.mysql.fi2002-03-271-1/+13
|\ \ | |/
| * sql_show.cc, handler.h, handler.cc:heikki@hundin.mysql.fi2002-03-211-1/+13
| | | | | | | | Add foreign key defs to SHOW CREATE TABLE
| * Fixed bug in INSERT DELAYEDmonty@hundin.mysql.fi2001-10-021-1/+12
| | | | | | | | | | Fixed some problems in SHOW CREATE TABLE Fixed calculation of checksums in myisamchk
* | New error messagesmonty@hundin.mysql.fi2002-01-291-1/+1
| | | | | | | | | | | | | | | | Test of unsigned BIGINT values Fixes for queries-per-hour Cleanup of replication code (comments and portability fixes) Make most of the binary log code 4G clean Changed syntax for GRANT ... QUERIES PER HOUR
* | Ugly merge! But I am not done yet - there are a number of things I need to fixsasha@mysql.sashanet.com2002-01-191-0/+9
|\ \ | | | | | | | | | before I can push
| * | Here comes a nasty patch, although I am not ready to push it yet. I willsasha@mysql.sashanet.com2002-01-191-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | first pull, merge,test, and get it to work. The main change is the new replication code - now we have two slave threads SQL thread and I/O thread. I have also re-written a lot of the code to prepare for multi-master implementation. I also documented IO_CACHE quite extensively and to some extend, THD class.
* | | Added macros for nice TIMESPEC usage.monty@hundin.mysql.fi2002-01-021-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | Fixes for building MySQL with gcc 3.0 Added SIGNED / UNSIGNED casts Fixed core dump bug in net_clear() with libmysqld. Back to using semaphores in query cache. Added 'Null' and 'Index_type' to SHOW INDEX.
* | | Fix that SHOW STATUS works with SSL.monty@hundin.mysql.fi2001-12-131-24/+49
| | | | | | | | | | | | Add 4.0 commands to SHOW STATUS.
* | | Update of query cache code.monty@hundin.mysql.fi2001-12-051-3/+2
|/ / | | | | | | | | | | Changed some sql_alloc() -> thd->alloc() Removed a lot of compiler warnings on Linux Alpha (64 bit) Fixed some core dumps on 64 bit systems (wrong type for packet_len)
* | got the last changeset to compile/runsasha@mysql.sashanet.com2001-10-101-0/+1
| | | | | | | | | | mysqltest can run without connecting to the manager for tests that do not require manager operations
* | Added rpl_status. This is a midway commit to be able to pull so I can save sasha@mysql.sashanet.com2001-10-091-0/+3
| | | | | | | | | | myself a run of compile-pentium-debug. I have not even tried to compile the new code
* | Portability fixes + a couple of bug fixes introduced by last push.monty@hundin.mysql.fi2001-10-081-4/+3
| |
* | Fixed that SHOW CREATE TABLE shows all attributesmonty@hundin.mysql.fi2001-09-301-1/+12
| |
* | SSL compiles and works as far as can see. Continue testing..tonu@volk.internalnet2001-09-301-0/+45
| |
* | Added support of INSERT to MERGE tablesmonty@hundin.mysql.fi2001-09-221-1/+0
| | | | | | | | Fixes for embedded libary and openssl
* | Changed to use my_global.hmonty@hundin.mysql.fi2001-09-141-1/+1
| | | | | | | | | | Fixed problem with LIKE with latin1_de Added parsing support of UNSIGNED LONG LONG
* | merge with 3.23.42monty@work.mysql.com2001-09-021-3/+13
|\ \ | |/
| * Fixed that LOAD DATA INFILE works with transactions.monty@hundin.mysql.fi2001-08-281-3/+13
| | | | | | | | Fix for lower case filenames
* | SSL fixestonu@x153.internalnet2001-09-011-23/+25
| |
* | OpenSSL changestonu@x153.internalnet2001-08-271-0/+87
| |
* | Remove warnings and portability fixesmonty@hundin.mysql.fi2001-08-141-4/+7
| | | | | | | | | | | | New global read lock code Fixed bug in DATETIME with WHERE optimization Made UNION code more general.
* | mergedsasha@mysql.sashanet.com2001-08-111-1/+1
|\ \ | |/
| * Portability fixesmonty@hundin.mysql.fi2001-08-101-1/+1
| | | | | | | | | | | | Added record_rnd_buffer Added --safe-user-create Fix for ALTER TABLE RENAME on windows
* | Fix UNIONmonty@tik.mysql.fi2001-08-021-4/+4
| | | | | | | | | | | | | | | | New faster list iterators Change list code to be simpler and faster Optimize count(distinct) New error messages for UNION Make create_tmp_table more general to be usable by UNION