tsmith@maint2.mysql.com
6a31ec2cad
Merge maint2.mysql.com:/data/localhome/tsmith/bk/mrg50/50
...
into maint2.mysql.com:/data/localhome/tsmith/bk/mrg50/51
2006-09-13 09:03:52 +02:00
cmiller@zippy.cornsilk.net
461afda9bb
Fix build problem for when not compiled with debugging.
2006-09-06 17:10:58 -04:00
georg@lmy002.wdf.sap.corp
9d6471c33e
make dist changes for Cmake build
2006-09-01 10:32:12 +02:00
georg@lmy002.wdf.sap.corp
27636d9303
Additional files for cmake support
2006-08-31 19:52:42 +02:00
msvensson@neptunus.(none)
d58af76d68
Merge neptunus.(none):/home/msvensson/mysql/bug21749/my50-bug21749
...
into neptunus.(none):/home/msvensson/mysql/bug21749/my51-bug21749
2006-08-24 12:19:41 +02:00
msvensson@neptunus.(none)
b25b49a05a
Cset exclude: msvensson@neptunus.(none)|ChangeSet|20060612110740|13873
2006-08-24 11:39:52 +02:00
kostja@bodhi.local
d4a7b82be9
Windows build fix: declare _db_set_ before it's used.
2006-08-14 16:15:08 +04:00
kostja@bodhi.local
04c97488f9
Merge bodhi.local:/opt/local/work/tmp_merge
...
into bodhi.local:/opt/local/work/mysql-5.1-runtime-merge
2006-08-12 21:06:51 +04:00
serg@serg.mylan
48c453a40b
atomic ops:
...
my_atomic_XX_t -> intXX, no implicit locking anymore
simplified framework, support for requested cleanups
2006-06-17 16:20:39 +02:00
msvensson@neptunus.(none)
4ca95f911a
Bug#19517 No simple way to detect wether server was compiled with libdbug
...
- Define DBUG_ON and DBUG_OFF in config.h
2006-06-12 13:07:40 +02:00
knielsen@mysql.com
f82c39ce4b
After-merge fixes.
2006-05-17 15:01:48 +02:00
knielsen@mysql.com
a729d7fcdd
Merge mysql.com:/usr/local/mysql/mysql-5.0-vgfix
...
into mysql.com:/usr/local/mysql/tmp-5.1
2006-05-16 14:34:35 +02:00
knielsen@mysql.com
fc16aff742
Fix two Valgrind memory leak warnings.
2006-05-15 18:07:18 +02:00
msvensson@neptunus.(none)
40bfe246a9
Rename cmakelists.txt -> CMakeLists.txt
2006-05-12 10:51:07 +02:00
reggie@big_geek.
67a692f998
performing a set of bk mv on each CMakeLists.txt file to try and restore the mixed case filenames since this seems to be required with Cmake 2.4 beta 1.
...
This is being pushed to a private tree and tested before being sent to the mainline.
2006-05-11 11:29:08 -05:00
brian@zim.(none)
5d1d27c016
Final patch to remove the last of the OS2 support.
2006-04-15 18:17:32 -07:00
knielsen@mysql.com
cfb43e683b
Add missing files for CMake build.
2006-03-27 11:23:50 +02:00
Reggie@xgeek.
11979eec94
Moved cmake scripts into the proper directories
2006-03-15 10:22:12 -06:00
konstantin@mysql.com
0ff41a11d2
Fix an const char->char conversion error.
2006-02-23 14:18:17 +03:00
kent@mysql.com
a50023d772
mysqlimport.c:
...
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
2006-02-18 08:46:18 +01:00
serg@serg.mylan
94e3b91d4e
fix 'make dist'
2006-02-15 17:26:22 +01:00
serg@serg.mylan
4e68f1ba3a
post-merge fixes for dbug
2006-02-15 00:14:37 +01:00
serg@serg.mylan
63cfd11859
dbug changes:
...
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
2006-02-14 22:36:11 +01:00
jani@a193-229-222-105.elisa-laajakaista.fi
acf218b708
Several fixes revelaled by Intel compiler.
2005-09-23 16:47:08 +03:00
jimw@mysql.com
cf5dd176c0
Fix build using --without-server. (Bug #11680 )
2005-08-23 11:25:24 -07:00
kent@mysql.com
8e3b393d5c
Merge
2005-07-06 00:06:11 +02:00
kent@mysql.com
a7be42163a
Makefile.am:
...
Added -I$(top_builddir)/include for searching
generated header files, when builddir != srcdir
2005-07-05 23:24:48 +02:00
brian@zim.(none)
473e1ffd3a
Removed support for RAID, mit-threads, and MySQL FS (really, if someone wants this feature look at a web-dav hookup).
2005-03-16 16:22:56 -08:00
serg@serg.mylan
6117ee754b
fixed automake problem in dbug/Makefile.am
2005-01-28 13:49:42 +01:00
monty@mysql.com
d71c030587
After merge fixes
2004-12-31 00:44:00 +02:00
monty@mysql.com
3fb088a075
Add 0x before pointers (to help with debugging)
...
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)
2004-12-18 05:19:21 +02:00
paul@kite-hub.kitebird.com
57cd047ca3
monty.doc:
...
Grammar fix.
user.r:
A few typo fixes.
2004-11-29 13:26:12 -06:00
serg@serg.mylan
319546d5f0
create/drop/rename user cleanup
2004-11-27 23:07:30 +01:00
serg@serg.mylan
a102fd5a2e
don't fail if dbug manual cannot be built
2004-11-17 12:28:44 +01:00
serg@serg.mylan
87840e841c
Merge bk-internal:/home/bk/mysql-5.0
...
into serg.mylan:/usr/home/serg/Abk/mysql-5.0
2004-11-15 19:27:06 +01:00
serg@serg.mylan
c77f478e1b
document DBUG_OUTPUT()
...
misc cleanup
2004-11-11 14:42:35 +01:00
monty@mysql.com
c7e85ef9b9
More debugging
...
Print position in normal log for Binlog dump
2004-11-10 18:07:39 +02:00
serg@sergbook.mylan
527686bf15
more dbug fixups to get a nicer manual (w/o my_pthread specifics)
...
use my_main.c for the actual build, and main.c for the manual
2004-11-09 17:10:08 +01:00
serg@serg.mylan
353dd4fe35
dbug: DBUG_EXECUTE_IF macro, build user manual automatically, document all features
...
charset2html moved from mysys to extra
ignore: new files added, garbage removed
2004-11-04 22:29:00 +01:00
dlenev@brandersnatch.localdomain
03b705ff44
Made my_snprintf() behavior snprintf() compatible when printing %x arguments (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.
2004-05-27 17:54:40 +04:00
ram@gw.mysql.r18.ru
f231d9826b
just tried to find all 'skipp' and replace it with 'skip'.
2004-02-02 20:25:39 +04:00
monty@mysql.com
e0cc6799ec
Merge with 4.0.17
2003-12-17 17:35:34 +02:00
monty@mysql.com
6a95123971
Added checking of return value from my_once_alloc() in charset
...
Added checking of return value from malloc() in reg_init()
2003-12-10 00:00:20 +02:00
monty@narttu.mysql.fi
23145cfed7
Added SQLSTATE to client/server protocol
...
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
2003-06-04 18:28:51 +03:00
monty@narttu.mysql.fi
a434bca704
Merge with 4.0
2003-03-16 19:17:54 +02:00
monty@mashka.mysql.fi
8edc752573
Simple fixes (nothing notable)
2003-03-12 01:40:06 +02:00
serg@serg.mysql.com
b385eb4a05
removed redundant -I include-dirs
2002-11-26 14:01:08 +01:00
serg@sergbook.mysql.com
6f963dad66
added DBUG_ENTER/RETURN tags, dbug_add_tags.pl bugfix
2002-11-05 16:06:11 +01:00
serg@sergbook.mysql.com
6cd5270972
DBUG_ENTER/RETURN tags added
...
perl script to tag all the functions in a C/C++ file automatically
2002-11-05 15:15:56 +01:00
lenz@mysql.com
3cf7acb756
- Applied required modifications for automake 1.5
...
- some additional small fixes
- added "depcomp" for automake 1.5
2002-10-01 21:57:10 +02:00