serg@serg.mylan
429a165995
c++ comment fixed
2004-02-21 14:25:43 +01:00
serg@serg.mylan
870a7f23d6
ignore:
...
added scripts/make_win_binary_distribution
2004-02-21 14:00:54 +01:00
serg@serg.mylan
d21f01adf9
Merge bk-internal:/home/bk/mysql-4.0/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
2004-02-21 11:19:11 +01:00
serg@serg.mylan
3ce4d04ab0
portability fixes
...
cleanup
2004-02-21 11:18:29 +01:00
heikki@hundin.mysql.fi
e17e1901f2
ha_innodb.cc, data0type.c, data0type.ic, data0type.h:
...
Change some inline functions to normal functions, so that they can be called in ha_innodb.cc; this removes the the remaining linking problems reported by Paul DuBois
2004-02-21 10:21:29 +02:00
heikki@hundin.mysql.fi
58932546e9
data0type.ic, data0type.h:
...
Fix linking errors reported by Paul DuBois: UNIV_INLINE was forgotten from some inline functions
2004-02-21 09:47:58 +02:00
serg@serg.mylan
fc16e4ded3
fix for --open-files-limit and broken query_cache_merge.test
2004-02-20 23:42:06 +01:00
serg@serg.mylan
49429da988
Merge bk-internal:/home/bk/mysql-4.1/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
2004-02-20 23:18:32 +01:00
serg@serg.mylan
7ff24eb01f
longer myisam keys
2004-02-20 20:38:34 +01:00
lenz@mysql.com
ac5400060f
Merge mysql.com:/space/my/mysql-4.1
...
into mysql.com:/space/my/mysql-4.1-build
2004-02-20 17:53:22 +01:00
lenz@kallisto.local
1c814b5350
- when removing the readline subdir for the commercial distribution,
...
configure.in needs to be updated and configure needs to be recreated
for the build to succed
2004-02-20 17:52:46 +01:00
monty@mashka.mysql.fi
f816e51096
Added missing argument to strxnmov() (Applies for windows debug mode)
2004-02-20 17:58:34 +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
1b0d050aaf
Merge gweir@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/bk/mysql-4.0
2004-02-20 14:42:42 -01:00
marko@hundin.mysql.fi
09053c4041
Remove unused files
...
.del-odbc0odbc.c~6a372e94945263b5:
Delete: innobase/odbc/odbc0odbc.c
.del-odbc0dummy.c~761be78656f44ad2:
Delete: innobase/odbc/odbc0dummy.c
.del-makefilewin~15bf11ba8e0e4efe:
Delete: innobase/odbc/makefilewin
.del-Makefile.am~f40398b15a266f24:
Delete: innobase/odbc/Makefile.am
2004-02-20 17:42:41 +02:00
marko@hundin.mysql.fi
ff6d014b2b
Merge marko@build.mysql.com:/home/bk/mysql-4.0
...
into hundin.mysql.fi:/home/marko/m/mysql-4.0
2004-02-20 16:40:25 +02:00
marko@hundin.mysql.fi
234e9abf6a
Many files:
...
Removed unused code
.del-os0trash.c~8cae5c1695501117:
Delete: innobase/os/os0trash.c
dict0crea.c:
Protect all sprintf(%s) with assertions
2004-02-20 16:34:09 +02:00
bell@sanja.is.com.ua
c6c1efba7e
after review changes
2004-02-20 16:24:03 +02:00
bell@sanja.is.com.ua
8a442c4e0d
after review fix
2004-02-20 15:37:45 +02:00
serg@serg.mylan
d5ab162422
Merge bk-internal:/home/bk/mysql-4.0/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
2004-02-20 12:02:59 +01:00
serg@serg.mylan
a35955d60f
\| is sed is on-portable
2004-02-20 12:02:34 +01:00
bell@sanja.is.com.ua
47fb235e49
Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1
...
into sanja.is.com.ua:/home/bell/mysql/bk/work-prepared-4.1
2004-02-20 13:02:05 +02:00
heikki@hundin.mysql.fi
af0d9a709c
rem0cmp.c, data0type.c, data0type.ic, data0type.h, ha_innodb.cc:
...
Remove the now redundant flag DATA_NONLATIN1; better comments
2004-02-20 11:21:12 +02:00
hf@deer.(none)
9ceddd4ad1
Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into deer.(none):/home/hf/work/mysql-4.1.2237
2004-02-20 12:18:48 +04:00
hf@deer.(none)
e01ea15029
Fix for #1429 (Segfault in mysql_stmt_close)
...
Problem was that we checked for existing connection in stmt_close
and did not free(stmt) if it's closed (that didn't work well with
embedded)
I just added new flag to the stmt_close and now we check it instead
of connection
2004-02-20 12:18:06 +04:00
heikki@hundin.mysql.fi
6417abbe94
data0type.ic, data0type.h:
...
Fix a typo in a comment
2004-02-20 09:50:33 +02:00
bell@sanja.is.com.ua
f650b5e470
Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1
...
into sanja.is.com.ua:/home/bell/mysql/bk/work-prepared-4.1
2004-02-20 07:41:06 +02:00
monty@mysql.com
f8b4732a5e
Safety fixes (strnmov -> strmake)
2004-02-20 00:26:05 +02:00
vva@eagle.mysql.r18.ru
38a72a162a
fixed for BUG #2719 "Heap tables status shows wrong or missing data"
2004-02-20 00:33:16 +04:00
greg@mysql.com
0786eb656c
Major work on Windows build automation-- add binary packaging, suffixes
2004-02-19 19:04:47 -01:00
monty@mysql.com
e1fee022fa
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/my/mysql-4.0
2004-02-19 22:04:46 +02:00
monty@mysql.com
14dc56b2a1
Fixed usage of strxnmov() in recent changesets
2004-02-19 22:04:31 +02:00
Sinisa@sinisa.nasamreza.org
1751f91ba0
Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into sinisa.nasamreza.org:/mnt/work/mysql-4.0
2004-02-19 20:50:43 +02:00
bell@sanja.is.com.ua
d49166f891
Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1
...
into sanja.is.com.ua:/home/bell/mysql/bk/work-prepared-4.1
2004-02-19 20:10:49 +02:00
monty@mashka.mysql.fi
1877521f3a
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mashka.mysql.fi:/home/my/mysql-4.1
2004-02-19 20:07:03 +02:00
heikki@hundin.mysql.fi
4bed5784dd
Many files:
...
Multiple charset support for InnoDB; note that if you create tables and the default charset-collation is not latin1_swedish_ci, then you cannot use those tables if you downgrade to 4.0 again
2004-02-19 20:07:02 +02:00
Sinisa@sinisa.nasamreza.org
cd0562158a
Fix for a bug #2799 .
...
Multi-table delete's with tables having foreign key constraints
did not return the error.
Also added tests for multi-table updates.
2004-02-19 19:43:46 +02:00
monty@mashka.mysql.fi
cdaf7fcbc4
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mashka.mysql.fi:/home/my/mysql-4.1
2004-02-19 19:38:47 +02:00
monty@mysql.com
4443fa0ee4
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/my/mysql-4.0
2004-02-19 19:37:31 +02:00
monty@mysql.com
d1e4ede7bf
crease number of open files to 2048 on windows
...
Don't do fsync on temporary .frm files
2004-02-19 19:36:53 +02:00
monty@mashka.mysql.fi
e347f63192
Max open files handling moved to my_set_max_open_files()
...
This ensures that my_file_info takes this the max number of files into account and one can now use --open-files-limit on windows to increase number of used files up to 2048
2004-02-19 19:33:09 +02:00
serg@serg.mylan
5c74182911
Merge bk-internal:/home/bk/mysql-4.1/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
2004-02-19 17:38:48 +01:00
greg@mysql.com
25872043b5
Merge gweir@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/bk/mysql-4.0
2004-02-19 14:56:31 -01:00
heikki@hundin.mysql.fi
edaf33bb72
Merge heikki@build.mysql.com:/home/bk/mysql-4.0
...
into hundin.mysql.fi:/home/heikki/mysql-4.0
2004-02-19 17:56:30 +02:00
heikki@hundin.mysql.fi
bc8721c998
que0que.c:
...
Testing if bk push works
2004-02-19 17:16:16 +02:00
greg@mysql.com
6112c08c3e
First round of changes to set up for Windows build automation.
2004-02-19 13:34:40 -01:00
heikki@hundin.mysql.fi
811e9b17ff
trx0sys.c:
...
Remove the downgrade 4.1.2 -> 4.0.18 patch accidentally merged from 4.0 to 4.1; the patch must NOT be merged to 4.1; this fixes Bug #2883
2004-02-19 16:23:34 +02:00
hf@deer.(none)
9edef96561
Fix for #2237 and #2490 (analyze and check for RTree keys)
...
Now checking of the RTree keys works without errors.
Worklog entry about appropriate checkup's routine for the RTree added
2004-02-19 17:22:38 +04:00
marko@hundin.mysql.fi
7acccd81dc
srv_add_path_separator_if_needed: be static; use memcpy, not sprintf
2004-02-19 14:56:19 +02:00