monty@mysql.com/nosik.monty.fi
e825879800
Remove compiler warnings
...
(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 #)
2006-11-20 22:42:06 +02:00
tsmith@maint2.mysql.com
d5ee5049be
Merge maint2.mysql.com:/data/localhome/tsmith/bk/bfx/41
...
into maint2.mysql.com:/data/localhome/tsmith/bk/bfx/50
2006-08-30 23:14:29 +02:00
tsmith@maint2.mysql.com
0da8a4e321
Merge maint2.mysql.com:/data/localhome/tsmith/bk/bfx/40
...
into maint2.mysql.com:/data/localhome/tsmith/bk/bfx/41
2006-08-30 20:04:33 +02:00
tsmith@maint1.mysql.com
54e73e93d7
minor portability fix in SETUP.sh
2006-08-29 01:13:06 +02:00
msvensson@neptunus.(none)
dcd5e17264
Use yaSSL as default for BUILD/* scripts
2006-03-21 11:21:52 +01:00
monty@mysql.com
a7c6a100f0
Use --with-openssl instead of --with-yassl for now
2005-11-02 15:45:25 +02:00
monty@mysql.com
b43ca42959
Build max builds with --yassl instead of openssl
2005-11-02 14:57:18 +02:00
monty@mysql.com
f10399d77e
Add missing return
...
Compile max with --yassl instead of --with-openssl
2005-11-01 21:57:24 +02:00
monty@mysql.com
17d7ba931d
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/my/mysql-5.0
2005-10-08 03:37:23 +03:00
monty@mysql.com
78e828d32f
Review of code pushed since last 5.0 pull:
...
Ensure that ccache is also used for C programs
mysql: Ensure that 'delimiter' works the same way in batch mode as in normal mode
mysqldump: Change to use ;; (instead of //) as a stored procedure/trigger delimiter
Fixed test cases by adding missing DROP's and rename views to be of type 'v#'
Removed MY_UNIX_PATH from fn_format()
Removed current_db_used from TABLE_LIST
Removed usage of 'current_thd' in Item_splocal
Removed some compiler warnings
A bit faster longlong2str code
2005-10-06 17:54:43 +03:00
msvensson@neptunus.(none)
debff3e632
Revert
2005-10-05 14:37:42 +02:00
msvensson@neptunus.(none)
fa2bbce5fa
Move -ansi from global_warnings to cxx_warnings
2005-10-04 14:42:02 +02:00
kent@mysql.com
7b2e04d5a2
Merge mysql.com:/Users/kent/mysql/bk/mysql-4.1
...
into mysql.com:/Users/kent/mysql/bk/mysql-5.0-release
2005-09-30 16:37:02 +02:00
patg@krsna.patg.net
a0119345e1
New flags for new max-no-ndb build script to get a build that has
...
everything except NDB
2005-09-29 13:45:39 -07:00
msvensson@neptunus.(none)
d3deacabd1
Add -ansi flag when building with gcc
2005-09-29 10:30:20 +02:00
patg@krsna.patg.net
3d5c6ea98a
BUG #13511 Wrong patch pushed, fixing.
2005-09-28 08:04:08 -07:00
patg@krsna.patg.net
6f693ae65b
BUG #13511
...
Fixed SETUP.sh to not overwrite prefix_configs, making 'make install'
install in "/"
2005-09-26 18:51:27 -07:00
brian@zim.(none)
e3c87e16ae
Fixed a typo in handler.cc if CSV was built. I also added CSV to the default MAX builds so that more people test it.
2005-09-20 15:26:10 -07:00
eric@mysql.com
5c02554573
Brian's "he is too lazy to commit this so Eric is going to have to do it" environmental variable hack for prefix. This allows you to just set a prefix in your profile which will be used in all of your builds. AKA you can be even lazier(!) about calling BUILD scripts. Don't blame Eric, Brian borrowed his keyboard.
2005-09-16 18:10:36 -07:00
brian@zim.(none)
f39e07d6de
Added federated to max base test.
2005-07-15 17:36:20 -07:00
brian@zim.(none)
aa032356e2
Removed dead options, fixed pentium script to no longer ask for isam (its not included in 5.0).
2005-07-15 11:15:44 -07:00
jimw@mysql.com
ed18369236
Fix --with-bdb to be --with-berkeley-db in BUILD/SETUP.sh
2005-06-01 16:16:25 -07:00
msvensson@neptunus.(none)
203cdde955
Merge from 4.1 to 5.0
2005-04-27 12:56:01 +02:00
msvensson@neptunus.(none)
6b84489a01
Bug#9263 GCC4: -mcpu is depricated, use -mtune or -march instead
...
- Made a script that selects the best compiler optimizations for the current cpu.
- Use the script from BUILD/SETUP.sh
2005-04-27 12:50:37 +02:00
joerg@mysql.com
750de61d23
As of 5.0.4, all builds will use '--with-big-tables'. Let development builds follow.
2005-03-30 17:45:03 +02:00
konstantin@mysql.com
0f1d024461
Porting of "buffered read" patch to 5.0 and post-review fixes.
...
The patch implements the idea suggested by Olaf van der Spek in
thread "Client: many small reads?" (internals@lists.mysql.com ).
Now small reads performed by the client library are buffered.
The buffering gives up to 2 times speedup when retrieving
one-column tables.
2005-03-06 00:10:08 +03:00
petr@mysql.com
c3b399e3bc
Fix a typo caused bdb to be skipped when building with BUILD/compile-*-max
...
Recommited, as I made a typo in the previous patch myself =)
2005-02-17 04:18:49 +03:00
ingo@mysql.com
48488e483a
Merge mysql.com:/home/mydev/mysql-4.1-4100
...
into mysql.com:/home/mydev/mysql-5.0-5000
2005-01-27 12:18:02 +01:00
ingo@mysql.com
42531336f0
Re-enabled the use of --prefix.
...
Adjusted the "Usage:" string.
Ordered the option recognition in reverse order from "Usage:".
2005-01-27 12:13:35 +01:00
ingo@mysql.com
bbcd542917
Merge from 4.1
...
Archive fix by Ingo.
Innodb compile fix by Monty.
2005-01-26 15:51:46 +01:00
monty@mysql.com
f16b456ddc
Only enable Innodb extra debugging when using the --debug=full configure option
2005-01-26 16:07:53 +02:00
monty@mysql.com
36c8977dc6
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/my/mysql-4.1
2005-01-25 14:02:09 +02:00
monty@mysql.com
ef448b7fb1
Add flags for Intel 64 bit
2005-01-25 14:00:35 +02:00
jimw@mysql.com
a4471236ec
Build federated storage engine as part of max builds.
2005-01-19 10:40:39 -08:00
jimw@mysql.com
639ea64d96
Merge mysql.com:/home/jimw/my/mysql-4.1-clean
...
into mysql.com:/home/jimw/my/mysql-5.0-clean
2005-01-19 10:27:18 -08:00
jimw@mysql.com
2965e7285b
Put flags for -max building in BUILD/SETUP.sh so they are consistent across
...
all architectures, and in sync with the flags used to build the MySQL Max
packages. Also back-port AMD64 build scripts from 5.0.
2005-01-13 09:05:23 -08: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
monty@mysql.com
0de4777187
Merge with 4.1
2004-12-06 11:38:56 +02:00
lenz@mysql.com
3247f0051d
- added some BUILD/compile-ppc* build scripts to ease building on LinuxPPC
...
- added ppc_cflags to BUILD/SETUP.sh
2004-12-02 09:44:03 +01:00
monty@mysql.com
47bbf768d4
Fixes after merge with 4.1
...
FOUND is not a reserved keyword anymore
Added Item_field::set_no_const_sub() to be able to mark fields that can't be substituted
Added 'simple_select' method to be able to quickly determinate if a select_result is a normal SELECT
Note that the 5.0 tree is not yet up to date: Sanja will have to fix multi-update-locks for this merge to be complete
2004-11-03 12:39:38 +02:00
joreland@mysql.com
98fd1c32f3
Don't compile -O1 if --with-debug=full (as it can optimize away the call stack)
2004-10-04 13:43:16 +02:00
monty@narttu.mysql.fi
d37a5c4dd7
Indentation cleanups
...
Remove wait_if_global_read_lock on commit as this can cause deadlocks
2003-10-08 21:50:05 +03:00
monty@narttu.mysql.fi
40109c574a
Merge with 4.0.13
2003-06-04 19:21:51 +03:00
guilhem@mysql.com
319404ab94
Outcome of discussions with Lenz and Monty about handling ccache in the build commands.
2003-05-23 18:20:57 +02:00
monty@mashka.mysql.fi
6aa8929cf3
After merge fixes
...
Added initialization of all important global variables
2003-05-21 21:39:58 +03:00
lenz@mysql.com
cea01eccb8
- don't override CXX if it's already defined
2003-04-09 14:53:20 +02:00
monty@mashka.mysql.fi
9ecf9645eb
A lot of portability fixes.
...
Added rename table for BDB. This fixes a bug in ALTER TABLE with BDB tables.
2003-01-05 20:18:49 +02:00
serg@serg.mysql.com
55a2272f5a
compile-*-debug* scripts will now compile InnoDB in non-inline fashion
2002-08-21 21:20:56 +00:00
monty@mashka.mysql.fi
2aecdd1a91
Big code cleanup/review before 4.0.2 release.
...
(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.
2002-06-11 11:20:31 +03:00
monty@hundin.mysql.fi
b4c35885d8
Fixes for gcc 3.1
...
Fixed bug in new code for regexp LIKE NULL
2002-05-21 20:35:58 +03:00