Skip to content

Commit 5fc7cc0

Browse files
authored
Version update and README cleanup
1 parent 2384b25 commit 5fc7cc0

File tree

1 file changed

+4
-34
lines changed

1 file changed

+4
-34
lines changed

README.md

Lines changed: 4 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -3,47 +3,17 @@ MariaDB IBM i DB2 storage engine.
33

44
version
55
```
6-
1.0.1
6+
1.1.0
77
```
88

9-
copy source
10-
```
11-
> mkdir -p storage/ibmdb2i/special
12-
> unzip maria_ibmdb2i-1.0.1.zip
13-
Note:
14-
Use storage/ibmdb2i, not storage/ibmidb2i (Dave)
15-
```
16-
17-
Fix-up for gcc 4.8.3
18-
```
19-
> cd storage/ibmdb2i/special
20-
> chmod +x zzcpy2gccfixed.sh
21-
> ./zzcpy2gccfixed.sh
22-
```
23-
24-
mariadb build (subset myisam only)
25-
```
26-
> cd /usr/src/zenddbi
27-
> chmod +x build-tony.sh
28-
> ./build-tony.sh (tony subset)
29-
-- or --
30-
> ./build-zenddbi.sh (zend)
31-
Note:
32-
add -malign-power -malign-natural (Dave)
33-
Our power engine will run better.
34-
Also fewer gcc odd boundary over runs.
35-
```
36-
37-
389
start
3910
```
40-
> cd /usr/local/mariadb
41-
> ./bin/mysqld_safe&
11+
/QOpenSys/pkgs/sbin/mysqld &
4212
```
4313

4414
setup
4515
```
46-
$ bin/mysql -u root -p
16+
$ /QOpenSys/pkgs/bin/mysql -u root -p
4717
Enter password:
4818
Welcome to the MariaDB monitor. Commands end with ; or \g.
4919
MariaDB [(none)]> create database ranger;
@@ -55,7 +25,7 @@ MariaDB [(none)]> select host, user, password from mysql.user;
5525

5626
test
5727
```
58-
> bin/mysql -u ranger -p
28+
$ /QOpenSys/pkgs/bin/mysql -u ranger -p
5929
> use ranger
6030
6131
MariaDB [ranger]> CREATE TABLE itiny (i tinyint, u tinyint unsigned) engine=ibmdb2i;

0 commit comments

Comments
 (0)