1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00
Files
mariadb/sql
unknown ab51882b77 Fixes for compilation errors in Windows (casts from uint32* to uint*) in repl and charset code.
Moving the part of user_var.test using UCS2 to ctype_ucs.test


mysql-test/r/ctype_ucs.result:
  result update
mysql-test/r/user_var.result:
  result update
mysql-test/t/ctype_ucs.test:
  importing test piece from user_var.test
mysql-test/t/user_var.test:
  using UCS2 in this test fails on non-USC2-capable binaries, so let's move this piece to ctype_ucs.test.
sql/slave.cc:
  changing arg type to uint32* (as what is used in this arg is &thd->db_length which is uint32*)
sql/slave.h:
  changing arg type to uint32*
sql/sql_parse.cc:
  changing arg types to uint32, as what is used in these args is a create_field::length which is uint32.
2004-11-17 16:41:30 +01:00
..
2004-11-12 16:41:53 +01:00
2004-04-05 13:56:05 +03:00
2004-11-09 03:20:58 +02:00
2004-09-13 06:14:25 +04:00
2004-09-01 04:12:09 +03:00
2004-11-08 01:13:54 +02:00
2004-09-13 06:14:25 +04:00
2004-11-16 22:49:28 +02:00
2004-11-16 13:56:25 +00:00
2004-11-10 18:02:00 +01:00
2004-04-07 04:33:58 +03:00
2004-11-08 01:13:54 +02:00
2004-11-16 23:27:31 +03:00
2004-11-02 16:02:12 +04:00
2004-11-12 20:47:41 +02:00
2004-11-08 01:13:54 +02:00
2004-11-08 01:13:54 +02:00
2004-10-20 16:24:28 +03:00
2004-11-15 17:03:54 +01:00
2004-11-15 17:03:54 +01:00
2004-11-12 11:17:53 +02:00
2004-09-15 20:41:49 +02:00
2004-11-08 01:13:54 +02:00
2004-11-12 17:48:01 +02:00
2004-11-08 01:13:54 +02:00
2004-06-23 12:29:05 +02:00
2004-09-15 23:52:46 -07:00
2004-11-02 20:13:27 +02:00
2004-10-06 19:14:33 +03:00
2004-11-08 01:13:54 +02:00
2004-10-06 19:14:33 +03:00
2004-11-08 01:13:54 +02:00
2004-11-12 17:44:17 +02:00
2004-09-07 15:18:53 +02:00
2004-11-08 01:13:54 +02:00
2004-10-27 21:56:17 +03:00
2004-10-27 19:52:41 +03:00
2004-11-08 01:13:54 +02:00
2004-11-10 18:07:39 +02:00
2004-10-06 19:14:33 +03:00
2004-11-08 01:13:54 +02:00
2004-11-08 01:13:54 +02:00
2004-11-08 01:13:54 +02:00
2004-11-08 01:13:54 +02:00
2004-08-20 22:54:42 +02:00
2004-10-06 19:14:33 +03:00
2004-10-06 19:14:33 +03:00
2004-11-08 01:13:54 +02:00
2004-11-12 11:17:53 +02:00
2004-09-04 20:17:09 +02:00
2004-11-08 01:13:54 +02:00
2004-10-07 10:50:13 +03:00
2004-10-06 19:14:33 +03:00
2004-11-08 01:13:54 +02:00
2004-11-08 01:13:54 +02:00
2004-04-26 21:07:14 +02:00