petr@mysql.com
1e24a49d45
VC++Files/mysqlmanager deleted
2004-12-29 11:41:58 +03:00
monty@mishka.local
4f4bbfc279
Merge with 4.1
2004-12-22 13:54:39 +02:00
wax@kishkin.ru
e81d48fdd9
corrected mysqltest.dsp
...
corrected mysql_test_run_new.dsp
added dependency
corrected path of mysql_test_run_new.dsp
fixed wrong code
added my_create_tables.c
removed command_line
fixed #elif
restored NAME_MAX and MAX_FNAME
added create_system_files()
added compare() for windows
added all files of testes in script
added mysql-test in script
2004-12-14 18:46:55 +05:00
guilhem@mysql.com
1cbc904c59
Changing the default of libmysqlclient : it's now NO reconnection.
...
All our programs which use mysql_real_connect() and mysql_connect() are updated accordingly, though I have deliberately
made mysqlimport not reconnect anymore (already true for mysqldump >= 4.1.8).
All Connector devs have been warned about the change I'm doing here - which was agreed with Monty,
and fixes BUG#2555.
2004-12-09 14:44:10 +01:00
rburnett@build.mysql.com
e9e5312559
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into build.mysql.com:/users/rburnett/mysql-4.1-new2
2004-12-06 14:51:37 +01:00
monty@mysql.com
0de4777187
Merge with 4.1
2004-12-06 11:38:56 +02:00
wax@kishkin.ru
f3bdd0312b
added project files of mysqltest and mysql_test_run_new
2004-12-03 16:59:49 +05:00
rburnett@build.mysql.com
4278e6194b
Bug #6697 Failure to build 4.1.7 on Visual Studio .NET [fixed]
...
mysqld.dsp:
Added custom build step for message.mc to all targets
2004-12-02 18:05:37 +01:00
serg@serg.mylan
ee933cd198
merged
2004-11-22 21:33:15 +01:00
lenz@mysql.com
51e18c217a
- renamed mysqladmin.c -> mysqladmin.cpp to fix the Windows builds
2004-11-22 17:08:06 +01:00
lenz@mysql.com
40c5b91930
- added sql_trigger.cpp to the mysqld and libmysqld project files
2004-11-18 16:36:25 +01:00
monty@mysql.com
afbe601302
merge with 4.1
2004-10-29 19:26:52 +03:00
lenz@mysql.com
8c496b487f
- added missing file strings/my_strtoll10.c to the libmysql.dsp and
...
mysqlclient.dsp project files
2004-10-14 14:54:06 +02:00
monty@mysql.com
31122efde7
Merge with 4.1
...
(Includes merge of arena code in 4.1 and 5.0)
2004-09-06 15:14:10 +03:00
sergefp@mysql.com
9366988718
Adding the file needed for windows build (on behalf of Reggie)
2004-08-27 03:27:16 +04:00
rburnett@build.mysql.com
caf1e73be7
Adding a file that was missed during the first push
...
This file was part of the patch for
Bug #4466 Nothing in .err when mysql service ends because of malformed my.ini options
message.mc:
new file
2004-08-27 01:08:57 +02:00
serg@serg.mylan
b4bb38e896
merged
2004-08-26 15:19:46 +02:00
guilhem@mysql.com
22a65bcf26
mysql_com.h:
...
still better names for enum; removing unneeded symbol
2004-08-19 15:15:52 +02:00
guilhem@mysql.com
f1e8bc8535
mysql_com.h:
...
Better names for defines, as these are visible in API
2004-08-19 15:10:59 +02:00
serg@serg.mylan
3bac9dd7db
Merge bk-internal.mysql.com:/home/bk/mysql-4.1/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
2004-08-19 03:03:02 +02:00
guilhem@mysql.com
f5228a60e6
Very small API change: changing the values in enum enum_shutdown_level;
...
as this enum is not really usable yet (as MySQL server supports only one
shutdown level), and as SHUTDOWN_DEFAULT is still left to 0, this change
should disturb no user. Later (in 4.1.4 or 4.1.5) code will be pushed to
implement graceful shutdown using this enum.
2004-08-19 01:03:43 +02:00
serg@serg.mylan
e1237cbc53
manually merged
2004-08-18 19:57:55 +02:00
rburnett@build.mysql.com
67003d1c98
mysql_priv.h:
...
Added declarations for print_msg_to_log and vprint_msg_to_log. sql_print_error are simple functions that wrap calls to print_msg_to_log. Define the different error types with MY_ERROR_TYPE, MY_WARNING_TYPE, and MY_INFORMATION_TYPE
gen_lex_hash.cc:
Added NULL error reporting parameter to handle_options
log.cc:
Add print_msg_to_log, print_buffer_to_log, and vprint_msg_to_log. Print_msg_to_log will write the message to the windows event log if on NT. We now have error, warning, and information versions of sql_print_xxxx. T his is a variation of a similar changeset WAX did.
mysqld.cc:
Added option_error_reporter callback function and pass that into handle_options
mysql.cc:
Added NULL as error reporter arg to the end of handle_options
Many files:
Added NULL error reporter parameter as the last paramter to handle_options
my_getopt.c:
Added second function pointer to server as an error reporting callback. Added local function report_option_error that will either write the error to stderr or to the error reporting callback. changed all calls in handle_options from fprintf(stderr, ... ) to report_option_error
my_getopt.h:
Changed declaration of handle_options to use typedefs for the two function pointers. added second function pointer to server as an error reporting callback
mysqld.dsp:
Added custom build step for compiling message file and added message resource file (output of mc)
2004-08-14 03:38:37 +02:00
lenz@mysql.com
ed277f8ccf
- Windows compile fix: added srv/srv0que.c to the innobase project
...
file
2004-08-05 16:50:03 +02:00
lenz@mysql.com
55dce7b2c6
- make sure the Windows "-classic" server binaries actually include
...
"-classic" in the version string
2004-07-30 14:04:52 +02:00
pem@mysql.com
d1c454a6f4
Post-merge fix.
2004-07-23 18:54:01 +02:00
konstantin@mysql.com
d2c1f3fc37
First step of implementation of WL#1518 "make bundled zlib
...
usable for unix builds": zlib 1.2.1 imported
2004-07-21 17:36:26 -07:00
lenz@mysql.com
35c8dc935d
- Added sql/parse_file.cpp and sql/sql_view.cpp to the mysqld and
...
libmysqld project files
2004-07-16 20:59:09 +02:00
monty@mysql.com
1e31199995
Merge with 4.1.3-beta
2004-07-07 11:29:39 +03:00
monty@mysql.com
eca9418ca7
Added missing my_time.c file to mysqlclient project
...
Moved include <assert.h> to my_global.h
2004-06-28 00:42:02 +03:00
lenz@mysql.com
9911d93f07
- removed the VC++Files/InstallShield directory per Montys request
...
(moved it into another BK tree instead)
2004-06-25 16:00:17 +02:00
patg@krsna.patg.net
f6ea88e8a3
Many files:
...
new file
2004-06-25 00:43:14 -07:00
lenz@mysql.com
28adaa438a
Merge mysql.com:/space/my/mysql-4.1
...
into mysql.com:/space/my/mysql-4.1-build
2004-06-24 19:30:34 +02:00
lenz@mysql.com
e2892e4180
- Windows compile fix: added missing file tztime.cpp to the mysqld
...
project file
2004-06-24 18:17:47 +02:00
konstantin@mysql.com
a30fcdc690
Fix for Bug#4030 "Client side conversion string -> date type doesn't
...
work (prepared statements)" and after-review fixes:
- str_to_TIME renamed to str_to_datetime to pair with str_to_time
- functions str_to_time and str_to_TIME moved to sql-common
- send_data_str now supports MYSQL_TYPE_TIME, MYSQL_TIME_DATE,
MYSQL_TIME_DATETIME types of user input buffers.
- few more comments in the client library
- a test case added.
2004-06-24 19:08:36 +04:00
lenz@mysql.com
1c88943129
- Windows compile fix: added srv/srv0que.c to the innobase project
...
file and sql/tztime.cpp to the libmysqld project file
2004-06-24 11:45:06 +02:00
patg@krsna.patg.net
c9b1946c05
Development.fgl:
...
add typelib.h to filelist
Clients and Tools.fgl:
add libmysql.dll to file list
4.0.XX-gpl.ipr:
Various fixes to installshield project file (added files)
2004-06-23 21:02:37 -07:00
guilhem@mysql.com
c846e86d54
Including in enum_shutdown_level the 2 types of KILL of 5.0
...
(enum_shutdown_level is going to replace enum killed_state in 5.0).
2004-06-21 23:04:50 +02:00
guilhem@mysql.com
ff678fd8b7
Merge gbichot@213.136.52.20:/home/bk/mysql-4.1
...
into mysql.com:/home/mysql_src/mysql-4.1-874
2004-06-21 16:37:33 +02:00
guilhem@mysql.com
99bc72d9ed
changing order of enum_shutdown_level (easier; we can test if we should die with
...
"if (thd->killed > thd->killable)", if we simply do
thd->killed= level;
2004-06-21 16:36:28 +02:00
monty@mysql.com
d69a36d118
merge
2004-06-21 10:24:40 +03:00
guilhem@mysql.com
19dbf58eec
API change: mysql_shutdown() now requires a 2nd argument, the shutdown level.
...
mysqld >=4.1.3 will however understand shutdown requests sent by clients <4.1.3.
And mysqld <4.1.3 will understand shutdown requests sent by clients >=4.1.3
(it will ignore the level). Those shutdown level are just PLACEHOLDERS now.
So this change is just to make the 4.1 API suitable before it is frozen. Later
we will actually implement the shutdown levels.
2004-06-18 23:50:04 +02:00
monty@mysql.com
b11d258835
Merge with 4.0.21
2004-06-18 04:38:58 +03:00
patg@krsna.patg.net
1dd8800278
mysql-copyright -> more fixes to deal with problems in removing temporary tar directory. Had to use cd $WD
vs chdir($WD).
...
Servers.fgl -> made sure all charset files were accounted for (cp 1256 was missing)
2004-06-15 00:12:14 -07:00
wax@mysql.com
27f269c868
BUG#3439 problem with UDF functions
2004-06-08 12:35:22 +06:00
monty@mysql.com
42c35d4569
Added authentication code that was missed in merge
...
Added new windows configuration
2004-06-03 01:55:47 +03:00
monty@mysql.com
70c2256d2f
Merge with 4.0 to get fixes for netware
2004-06-02 00:09:14 +03:00
miguel@light.
88647105ca
VC++ project for to compile the udf_example.cc on
...
Windows
2004-05-30 04:11:19 -03:00
monty@mysql.com
e9b7e3baa8
merge with 4.0 to get fix to VC++ project files
2004-05-27 23:45:22 +03:00
monty@mysql.com
1aa3b2c79e
removed reference to not existing library lib_release\dbug.lib
2004-05-27 22:53:36 +03:00
monty@mysql.com
5f0d4ee533
Merge mysql.com:/home/my/mysql-4.0 into mysql.com:/home/my/mysql-4.1
2004-05-27 11:28:05 +03:00
monty@mysql.com
c939f42fa5
Add back wrongly deleted file
2004-05-27 11:23:26 +03:00
monty@mysql.com
61a6557307
merge with 4.0 to get windows fixes
2004-05-27 00:30:28 +03:00
monty@mysql.com
dab0b7d415
VC++ portability fix
2004-05-26 21:45:58 +03:00
hf@deer.(none)
78f58ff384
Fix to make Windows compilation smoother
2004-05-26 21:40:27 +05:00
pem@mysql.com
71eddc362e
Merging 4.1 to 5.0.
2004-05-26 17:04:45 +02:00
monty@mysql.com
390d9898f9
merge with 4.0 to get Netware patches and fixes for libmysqld.dll
2004-05-25 22:54:00 +03:00
hf@deer.(none)
32ce3dcb4b
Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into deer.(none):/home/hf/work/mysql-4.0
2004-05-26 00:38:42 +05:00
hf@deer.(none)
640728a051
Proposed fix for bug #3818 (libmysqld.dll leads to program's crash)
...
configurations added to build the libraries with USE_TLS flag to be
used for libmysqld
2004-05-26 00:27:00 +05:00
monty@mysql.com
96b6f0a686
Remove not needed sql_olap.cc from Makefile.am
2004-05-25 22:08:59 +03:00
monty@mysql.com
4c23abc953
Merge with 4.0 to get fixes for project files
2004-05-25 16:01:37 +03:00
monty@mysql.com
03ade8c589
Fixed VC++ project files
2004-05-25 15:53:29 +03:00
monty@mysql.com
2bcb2d9081
Removed references to BDB and InnoDB from 'classic' release
2004-05-25 13:26:24 +03:00
monty@mysql.com
050ec675db
fixed typos
2004-05-25 13:17:33 +03:00
monty@mysql.com
2f407809e2
Merge with 4.0 to get typo-fix
2004-05-25 02:57:51 +03:00
monty@mysql.com
0652547c77
Fixed typo
2004-05-25 02:49:43 +03:00
monty@mysql.com
af44187bff
Merge with 4.0 to get fixes for Windows project files
2004-05-25 02:47:25 +03:00
monty@mysql.com
0babddff40
New MYSQL_SERVER_SUFFIX usage (for easier compilation)
...
Update of VC++ project files.
2004-05-25 02:28:44 +03:00
monty@mysql.com
56c0258536
After merge fixes
...
Remove compiler warnings
Update windows project files
2004-05-24 14:42:34 +03:00
monty@mysql.com
ea8b1234bc
Bug fixes:
...
Use %windir% instead of c:\winnt\ (Bug #3786 )
Fixed wrong foreign key test in crash-me (Bug #3740 )
2004-05-20 13:54:52 +03:00
monty@mysql.com
a4b0ec1ede
Merge with 4.0, mainly to get changes to windows project files
2004-05-20 00:54:52 +03:00
monty@mysql.com
86a966256b
Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt'
...
Ensured that all projects compile
Removed compiler warnings
Better setting of server_version variable.
Fix that make_win_src_distribution creates the privilege tables.
2004-05-19 16:38:12 +03:00
pem@mysql.com
bf45960eef
Merge 4.1 -> 5.0
2004-05-07 18:52:06 +02:00
lenz@mysql.com
a320e554e6
- removed duplicate file ..\strings\strxnmov.c from the mysqlclient.dsp
...
that was accidently added by the last BK auto merge
2004-05-06 21:37:43 +02:00
lenz@mysql.com
f39c4012a3
- Windows compile fixes: added some missing files to the Windows Project
...
files, fixed linking of myisam_ftdump
2004-05-06 18:31:09 +02:00
monty@mysql.com
d21d49a32a
Merge with 4.0.19
2004-05-05 17:05:24 +03:00
greg@mysql.com
a2a1e43c30
Fixes to Windows project files for 4.0.19
2004-05-04 21:47:39 -01:00
greg@mysql.com
493c81d6e9
Fixed compiler error in slave.cc on some platforms.
2004-04-21 10:04:38 -01:00
pem@mysql.com
dfd59e296e
Merge 4.1 -> 5.0.
2004-04-07 19:07:44 +02:00
monty@mysql.com
e0e0314d60
Merge with 4.0
2004-03-25 23:29:45 +02:00
Greg@greg-laptop.
663b3ffea8
Changes to project files precipitated from 4.1 test builds.
2004-03-22 14:30:30 -07:00
Greg@greg-laptop.
de09e55b8b
Merge gweir@build.mysql.com:/home/bk/mysql-4.1
...
into greg-laptop.:C:/cygwin/bk/mysql-4.1
2004-03-22 13:42:22 -07:00
Greg@greg-laptop.
7ec29e9fcb
Changes in Windows project files instituted after latest 4.1 test build.
2004-03-21 18:03:34 -07:00
greg@mysql.com
ce3a82f45d
Minor changes to fix Windows project files
2004-03-19 14:43:04 -01:00
monty@mysql.com
350b433569
merge with 4.0
2004-03-16 22:41:30 +02:00
Greg@greg-laptop.
59e8a77f6a
Applied fixes to issues discovered during test builds on Windows.
2004-02-27 17:27:07 +01:00
Greg@greg-laptop.
f4ebcaff4d
Changes to fix errors encountered in test builds on Windows.
2004-02-27 16:51:01 +01:00
monty@mashka.mysql.fi
3b83cce5eb
merge with 4.0
2004-02-22 09:50:59 +02:00
monty@mashka.mysql.fi
e1bc99c131
After merge fixes
...
Fixed wrong test of database name (affected optimization of ORDER BY)
2004-02-22 08:09:32 +02:00
monty@mashka.mysql.fi
494e43c1f5
merge with 4.0 to get security fixes and latest bug fixes
2004-02-20 17:43:02 +02:00
greg@mysql.com
49165e60d1
Fix name conflict with alternate capitalization
2004-02-20 14:42:43 -01:00
greg@mysql.com
0786eb656c
Major work on Windows build automation-- add binary packaging, suffixes
2004-02-19 19:04:47 -01:00
greg@mysql.com
6112c08c3e
First round of changes to set up for Windows build automation.
2004-02-19 13:34:40 -01:00
pem@mysql.com
c8585f3283
Merge 4.1 into 5.0.
2004-02-10 18:44:02 +01:00
hf@deer.(none)
237d655e12
Fix for #2278 (mysql_prepare and mysql_execute not exported in libmysqld.dll)
...
Actually no PS-related methods were exported.
Now they're in the libmysqld.def
2004-01-21 00:08:18 +04:00
monty@mysql.com
c6ed2a625b
Update for VC++
...
(Fixed project files, compiler warnings etc..)
2003-12-21 02:07:45 +02:00
monty@mysql.com
e0cc6799ec
Merge with 4.0.17
2003-12-17 17:35:34 +02:00
monty@mysql.com
e8aef44349
Portability fixes for Windows
2003-12-08 12:25:37 +02:00
greg@mysql.com
5af1c00a1d
Fix InstallShield 'String Tables could not be loaded' issue
2003-12-04 13:58:21 -05:00
monty@mysql.com
7c725b2486
Fixed compiler warnings from Intel compiler in Win64
...
Added option --max-record-length=# to myisamchk
Don't try repair twice if doing myisamchk --repair --force
Shared memory handler didn't clean up things on errors or shutdown
2003-11-23 14:36:41 +02:00
monty@mysql.com
d87494c5ac
Don't flush cur_log (relay log) on flush_relay_log_info becasue this crashes the server if cur_log is 'hot' and the io_thread has changed log file.
...
Updated project files for windows
Made rpl_change_master.test portable
Ensure that mutex are not freed if not initilized
2003-11-22 03:21:40 +02:00
monty@mysql.com
8aeb63dd3b
Update VC++ files
...
Portability fixes
After merge fixes
2003-11-21 01:53:01 +02:00
monty@mysql.com
7c6113a39f
Merge key cache structures to one
...
Fixed compiler warnings (IRIX C compiler and VC++)
2003-11-20 22:06:25 +02:00
monty@mashka.mysql.fi
f382adcfca
Portability fixes (AIX43)
...
Add missing file to VC++ project
2003-11-20 03:11:33 +02:00
monty@narttu.mysql.fi
4e4725377d
Merge with 4.0
2003-11-04 09:40:36 +02:00
monty@narttu.mysql.fi
a444a3449f
Simplified 'wrong xxx name' error messages by introducing 'general' ER_WRONG_NAME error
...
Cleaned up (and disabled part of) date/time/datetime format patch. One can't anymore change default read/write date/time/formats.
This is becasue the non standard datetime formats can't be compared as strings and MySQL does still a lot of datetime comparisons as strings
Changed flag argument to str_to_TIME() and get_date() from bool to uint
Removed THD from str_to_xxxx functions and Item class.
Fixed core dump when doing --print-defaults
Move some common string functions to strfunc.cc
Dates as strings are now of type my_charset_bin instead of default_charset()
Introduce IDENT_QUOTED to not have to create an extra copy of simple identifiers (all chars < 128)
Removed xxx_FORMAT_TYPE enums and replaced them with the old TIMESTAMP_xxx enums
Renamed some TIMESTAMP_xxx enums to more appropriate names
Use defines instead of integers for date/time/datetime string lengths
Added to build system and use the new my_strtoll10() function.
2003-11-03 14:01:59 +02:00
monty@mysql.com
4668b54837
Call my_sync() after all data is written to .frm file
...
Added my_sync() to mysys which will do fsync/fdatasync/_commit() on a file.
2003-11-02 15:55:02 +02:00
paul@teton.kitebird.com
da97e073d4
Identical mysql.ico and MYSQL.ICO
...
existed, causing problems on non-case-sensitive OSes.
Deleted conflicting file.
2003-10-14 10:45:03 -05:00
monty@narttu.mysql.fi
1febfbe86a
deleted conflicting file
2003-10-08 22:41:45 +03:00
monty@narttu.mysql.fi
6056cfadfc
Merge with 4.0.16
2003-10-07 15:42:26 +03:00
monty@narttu.mysql.fi
fa823857d3
Merge with 3.23.58
2003-10-06 21:21:04 +03:00
greg@mysql.com
564dad6c53
Remove 3.23 InstallShield files, improve make_win_src_distribution, add extra myTest.dsp to be copied into distributions as a fix for BUG#999
2003-09-15 17:39:50 -04:00
greg@mysql.com
cc6e3a2ec9
New Windows source package automation for 3.23
2003-09-12 19:58:22 -04:00
monty@narttu.mysql.fi
77a70a0a24
merge with 4.0.15
2003-08-29 13:44:35 +03:00
monty@narttu.mysql.fi
f83e876065
Update of VC++ project files (to remove link warnings)
...
Fix unlock error in myisamchk on windows when doing --sort-index
Use SetFilePointer instead of SetFilePointerEx
2003-08-25 14:27:32 +03:00
monty@mashka.mysql.fi
2263e3e51f
Merge with 4.0.14
2003-08-11 22:44:43 +03:00
monty@mashka.mysql.fi
ca2913a07e
Merge with 3.23 tree to get latest bug fixes
2003-07-01 15:02:16 +03:00
monty@narttu.mysql.fi
1bd306ccd4
Fixed some new memory leaks
...
Updated VC++ files
2003-06-24 12:10:35 +03:00
miguel@hegel.(none)
b9b2b7dd27
InstallShield Files requested by Greg
2003-06-18 15:50:33 -04:00
venu@myvenu.com
d764294f12
Fix for mysql_list_fields & reset stmt buffers from stmt_free_result
...
Windows build fix
2003-06-08 09:11:14 -07:00
venu@myvenu.com
c14de0f584
1. Portability fixups for Connector/ODBC 3.52 & DBD
...
(Addition of mysql_fetch_column & mysql_stmt_free_result)
2. Windows build fixups for libmysqld, mysqlbinlog and mysqldemb
2003-06-04 00:17:48 -07:00
venu@myvenu.com
99ceb8fd04
Windows build fixups (Fix for slave_net_timeout)
2003-06-03 22:57:42 -07:00
venu@myvenu.com
45fc8cc25b
Fix windows build after applyiing the changes from new client.c(sql-common)
...
NOTE: Still the build fails to compile core server on Windows due to slave_net_timeout linker error from client.obj
and make sure to have the next changeset, which fixes this.
2003-06-03 20:59:32 -07:00
venu@myvenu.com
27469ec8b9
Windows build fixups with the latest source
2003-06-03 18:45:07 -07:00
monty@mashka.mysql.fi
cb7061ebe4
merge
2003-05-22 02:57:27 +03:00
venu@myvenu.com
9ad75823e7
Fix for Windows build by adding pack.c to appropriate .dsp files
2003-05-20 23:44:28 -07:00
monty@narttu.mysql.fi
dd2b7918cd
Merge with 4.0.13
2003-05-19 16:35:49 +03:00
monty@mashka.mysql.fi
10d4684336
Added missing dependency to VC++ project file
2003-04-29 00:14:17 +03:00
monty@mashka.mysql.fi
dd377bfba6
Fixed problem when comparing a key for a multi-byte-character set. (bug 152)
...
Use 0x.... as strings if 'new' mode. (bug 152)
Don't report -max on windows when InnoDB is enabled. (bug 332)
Reset current_linfo; This could cause a hang when doing PURGE LOGS.
Fix for row numbers in EXPLAIN (bug 322)
Fix that USE_FRM works for all table types (bug 97)
2003-04-27 22:12:08 +03:00
venu@myvenu.com
077d7e81c8
Fix broken windows distribution workspace file (libmysql.dsp), which is causing VC IDE to crash while loading
...
Remove ctype_latin1_de.c from respective dsp files
Fix to make_win_src_distribution.sh to delete all newly added IS Bitkeeper files
2003-04-16 11:49:52 -07:00
miguel@hegel.local
63f911733b
Exported functions required by MySQLCC
2003-04-16 11:43:04 -04:00
miguel@hegel.local
d2bc94922a
For to use the /libmysql/libmysql.def file instead
2003-04-10 14:49:10 -04:00
monty@narttu.mysql.fi
a434bca704
Merge with 4.0
2003-03-16 19:17:54 +02:00
miguel@hegel.local
cf3cf2ac7c
VC++ InstallShield Setup Programs for 4.0.XX tree
2003-03-12 23:16:36 -04:00
monty@narttu.mysql.fi
e8aa21c8d3
LOAD DATA INFILE is not replicated if replicate_*_table is set
...
LOAD DATA LOCAL INFILE was not replicated correctly
2003-02-28 22:24:00 +02:00
venu@myvenu.com
6974eb41b3
Fix .dsp files to have all new changes to work with src disribution package script
2003-02-20 14:16:57 -08:00
monty@mashka.mysql.fi
4fd9bad4cc
Update to VC++ build files
2003-01-21 21:22:45 +02:00
venu@myvenu.com
e0a79dc112
Windows build fix
2003-01-18 14:04:34 -08:00
monty@mashka.mysql.fi
07daf3169e
Merge with 4.0.8
2003-01-03 00:04:33 +02:00
monty@mashka.mysql.fi
62dfd57475
Removed compiler warnings
...
Fixed wrong variable name for Windows
2002-12-12 21:01:32 +02:00
monty@hundin.mysql.fi
a975cecf42
Merge
2002-10-14 17:50:44 +03:00
monty@narttu.mysql.fi
da2abaf887
Portability fixes to be able to compile MySQL with VC++
2002-10-08 22:28:24 +03:00
vva@genie.(none)
0274088f02
additions for compiling for Win via samba
2002-10-08 16:55:39 +05:00
Administrador@light.
d8a400da22
Update for Visual Studio Projects Files
2002-10-02 18:37:28 -03:00
monty@mashka.mysql.fi
efaaf0b4b8
Updated VC++ project files for 4.0.4
...
Only write short usage if one starts mysqldump without any options
Added query cache on windows
Added error message if one can't read privilege tables
2002-09-24 17:11:59 +03:00
monty@hundin.mysql.fi
5aa46cafe3
Updated VC++ dsp files from windows build machine
...
Remove some compiler warnings when using VC++
Add InnoDB in normal MySQL binary for windows.
2002-08-29 18:20:04 +03:00
monty@hundin.mysql.fi
5ff30464a6
merge with 3.23.53
...
New fix for pthread_mutex_trylock for HPUX 10.20
2002-08-16 14:41:22 +03:00
miguel@hegel.local
9af314538e
Added the last VC++ workspace and project files
2002-08-15 18:42:17 -03:00
monty@hundin.mysql.fi
578a9d9901
Updated windows files (VC++ files and winmysqladmin).
...
Portability fixes.
Removed compiler warnings.
2002-06-28 17:26:11 +03:00
miguel@light.local
9678d16313
Remove console manager and deprecate functions from libmysql
2001-10-30 01:29:49 -02:00
miguel@light.local
9cc393f6e4
Adding Win32 IDE Stuff
...
-WorkSpace and Project Files for VC++6.0
-InstallShield Files for setup program.
2001-10-21 23:11:13 -02:00