summaryrefslogtreecommitdiff
path: root/myisam/mi_test1.c
Commit message (Collapse)AuthorAgeFilesLines
* A lot of portability fixes.monty@mashka.mysql.fi2003-01-051-1/+1
| | | | Added rename table for BDB. This fixes a bug in ALTER TABLE with BDB tables.
* New SET syntax & system variables.monty@mashka.mysql.fi2002-07-231-1/+1
| | | | | | | | | | | | | 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 useful exit error code for programs using my_getopt in casejani@hynda.(none)2002-05-291-6/+3
| | | | | | | | | | | | | | of an error in option handling. This can sometimes be useful in scripts. Changed some exit code names and corresponding numbers. Fixed a bug in mysqld.cc, in replication related options. Added a global flag in my_getopt, which can be set by any program that is using my_getopt, which tells whether the client should print the error message itself, or whether my_getopt should do it. The default is that my_getopt will print the error messages.
* Changed ft_dump, ft_eval, ft_test1, mi_test1, myisampack, gen_lex_hash,jani@rhols221.arenanet.fi2002-05-241-128/+150
| | | | | | | | | | | mysqlmanager from using GNU getopt to use my_getopt. Changed some files that just included old getopt.h to include my_getopt.h now. Fixed a bug in my_print_help() in my_getopt.c. Made better documentation for option -G in mysql client.
* Update copyrightmonty@hundin.mysql.fi2001-12-061-3/+3
| | | | Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
* Portability fixmonty@hundin.mysql.fi2001-11-071-1/+1
| | | | Cleanup typos (like SKIPP -> SKIP)
* Fixes for OS2.monty@hundin.mysql.fi2001-08-221-2/+1
| | | | | Fix bug in isamlog Add argument types to function declarations.
* Import changesetbk@work.mysql.com2000-07-311-0/+640