| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Handle case where there is no snprintf()
libmysql.vcproj, mysqlclient.vcproj:
Added __WIN__ symbol, needed when compiling dbug.c
dbug.vcproj:
Changed __WIN32__ to __WIN__
dbug.c:
Added Windows specific code to handle TIMESTAMP_ON log line format
make_win_src_distribution.sh:
Copy plugin directory recursively
dbug.vcproj:
Define __WIN__ for all targets
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1. dbug state is now local to a thread
2. new macros: DBUG_EXPLAIN, DBUG_EXPLAIN_INITIAL,
DBUG_SET, DBUG_SET_INITIAL, DBUG_EVALUATE, DBUG_EVALUATE_IF
3. macros are do{}while(0) wrapped
4. incremental modifications to the dbug state (e.g. "+d,info:-t")
5. dbug code cleanup, style fixes
6. _db_on_ and DEBUGGER_ON/OFF removed
7. rest of MySQL code fixed because of 3 (missing ;) and 6
8. dbug manual updated
9. server variable @@debug (global and local) to control dbug from SQL!
a. -#T to print timestamps in the log
|
| |
|
| |
|
|\ |
|
| |
| |
| |
| |
| | |
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.
|
| |
|
|
|