| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
in a build "--without-server".
Fix for bug#14685
|
|\
| |
| |
| | |
into mysql.com:/home/my/mysql-5.0
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- Removed not used variables and functions
- Added #ifdef around code that is not used
- Renamed variables and functions to avoid conflicts
- Removed some not used arguments
Fixed some class/struct warnings in ndb
Added define IS_LONGDATA() to simplify code in libmysql.c
I did run gcov on the changes and added 'purecov' comments on almost all lines that was not just variable name changes
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Corrected spelling in copyright text
Makefile.am:
Don't update the files from BitKeeper
Many files:
Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
Adjusted year(s) in copyright header
Many files:
Added GPL copyright text
Removed files:
Docs/Support/colspec-fix.pl
Docs/Support/docbook-fixup.pl
Docs/Support/docbook-prefix.pl
Docs/Support/docbook-split
Docs/Support/make-docbook
Docs/Support/make-makefile
Docs/Support/test-make-manual
Docs/Support/test-make-manual-de
Docs/Support/xwf
|
|/
|
|
| |
Changed header to GPL version 2 only
|
|
|
|
|
|
|
| |
(Mostly in DBUG_PRINT() and unused arguments)
Fixed bug in query cache when used with traceing (--with-debug)
Fixed memory leak in mysqldump
Removed warnings from mysqltest scripts (replaced -- with #)
|
| |
|
| |
|
| |
|
|
|
|
| |
- Define DBUG_ON and DBUG_OFF in config.h
|
| |
|
| |
|
| |
|
|\ |
|
| |
| |
| |
| |
| | |
Added -I$(top_builddir)/include for searching
generated header files, when builddir != srcdir
|
| |
| |
| |
| | |
wants this feature look at a web-dav hookup).
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
Add support for VARCHAR with 1 or 2 length bytes
Enable VARCHAR packing in MyISAM files (previous patch didn't pack data properly)
Give error if we got problems in temporary tables during a SELECT
Don't use new table generated by ALTER TABLE if index generation fails
Fixed wrong call by range_end() (Could cause an ASSERT in debug mode)
|
| |
| |
| |
| |
| |
| | |
Grammar fix.
user.r:
A few typo fixes.
|
| | |
|
| | |
|
|\ \
| |/
| |
| | |
into serg.mylan:/usr/home/serg/Abk/mysql-5.0
|
| |
| |
| |
| | |
Print position in normal log for Binlog dump
|
| |
| |
| |
| | |
misc cleanup
|
| |
| |
| |
| | |
use my_main.c for the actual build, and main.c for the manual
|
|/
|
|
|
|
|
| |
features
charset2html moved from mysys to extra
ignore: new files added, garbage removed
|
|
|
|
|
|
|
|
|
|
|
|
| |
(it should
produce hex digits in lower case). (fixed version)
Replaced _dig_vec array with two _dig_vec_upper/_dig_vec_lower arrays.
Added extra argument to int2str function which controls case of digits you get.
Replaced lot of invocations of int2str for decimal radix with more optimized int10_to_str()
function.
Removed unused my_itoa/my_ltoa functions.
|
| |
|
|\ |
|
| |
| |
| |
| | |
Added checking of return value from malloc() in reg_init()
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
bmove_allign -> bmove_align
Added OLAP function ROLLUP
Split mysql_fix_privilege_tables to a script and a .sql data file
Added new (MEMROOT*) functions to avoid calling current_thd() when creating some common objects.
Added table_alias_charset, for easier --lower-case-table-name handling
Better SQL_MODE handling (Setting complex options also sets sub options)
New (faster) assembler string functions for x86
|
|\ \
| |/ |
|
| | |
|
|/ |
|
| |
|
|
|
|
| |
perl script to tag all the functions in a C/C++ file automatically
|
|
|
|
|
| |
- some additional small fixes
- added "depcomp" for automake 1.5
|
|
|
|
|
| |
(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.
|
|\ |
|
| |
| |
| |
| | |
Added copyright messages to some files that was missing it.
|
| |
| |
| |
| |
| | |
If no problems are discovered in the next week, this will make the replication
code ready for 4.0.2 release.
|
| |
| |
| |
| | |
down replication corruption
|
| |
| |
| |
| |
| |
| | |
Faster 'read_first_row' (Fixes slow 'preparing' state)
Read constant tables earlier, which provides better optimzations when using tables with <=1 row.
This also fixes a complicated bug involving const tables.
|
|/
|
|
|
| |
Fixed problem with LIKE with latin1_de
Added parsing support of UNSIGNED LONG LONG
|
| |
|
|
|
|
|
| |
Fix bug in isamlog
Add argument types to function declarations.
|
|
|
|
| |
(For glibc 2.2)
|
|
|
|
|
| |
Added more status to the MyISAM files to avoid checking files that
has already been checked.
|
| |
|